agents / Exports / IEventService
Interface: IEventService
Minimal EventService contract for emitting events. Subscriptions are handled by dedicated modules (e.g., EventEmitterPlugin), not here.
Implemented by
Table of contents
Methods
Methods
emit
▸ emit(eventType, data, context?): void
Parameters
| Name | Type |
|---|---|
eventType | string |
data | IBaseEventData |
context? | IEventContext |
Returns
void