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