The IEventDispatcher contract defines a way for dispatching to events independent of underlying technology.
IEventDispatcher
IMPORT_PATH: "@daiso-tech/core/event-bus/contracts"
"@daiso-tech/core/event-bus/contracts"
The dispatch method is used for dispatching a BaseEvent.
dispatch
BaseEvent
UnableToDispatchEventBusError
The
IEventDispatcher
contract defines a way for dispatching to events independent of underlying technology.IMPORT_PATH:
"@daiso-tech/core/event-bus/contracts"