The IGroupableEventBus contract defines a way for dispatching and listening to events independent of underlying technology.
It commes with one extra method which is useful for multitennat applications compared to IEventBus.
The withGroup method returns a new IEventBus instance that groups events together.
Only events in the same group will be listened to. This useful for multitennat applications.
The IGroupableEventBus contract defines a way for dispatching and listening to events independent of underlying technology. It commes with one extra method which is useful for multitennat applications compared to IEventBus.
IMPORT_PATH:
"@daiso-tech/core/event-bus/contracts"