agents / Exports / SilentEventService
Class: SilentEventService
Silent event service - No-op implementation (default) Used when no specific event handling is needed
Implements
Table of contents
Constructors
Methods
Constructors
constructor
• new SilentEventService(): SilentEventService
Returns
Methods
emit
▸ emit(eventType, data): void
Emit an event with data
Parameters
| Name | Type | Description |
|---|---|---|
eventType | string | Type of event to emit |
data | ServiceEventData | Event data with hierarchical information |
Returns
void