This NoOpEventBusAdapter will do nothing and is used for easily mocking IEventBus for testing.
NoOpEventBusAdapter
IEventBus
IMPORT_PATH: "@daiso-tech/core/event-bus/adapters"
"@daiso-tech/core/event-bus/adapters"
The addListener method is used for adding listener for certain eventName.
addListener
listener
eventName
The dispatch method is used for dispatching one or multiple events.
dispatch
events
The removeListener method is used for removing listener for certain eventName.
removeListener
This
NoOpEventBusAdapter
will do nothing and is used for easily mockingIEventBus
for testing.IMPORT_PATH:
"@daiso-tech/core/event-bus/adapters"