Type Alias IEventBusDispatcherAdapter
IEventBusDispatcherAdapter: { dispatch(eventName: string, eventData: BaseEvent): Promise<void>;} Type declaration
dispatch:function
- dispatch(eventName: string, eventData: BaseEvent): Promise<void>
Returns Promise<void>
IMPORT_PATH:
"@daiso-tech/core/event-bus/contracts"