The IEventDispatcher contract defines a way for dispatching to events independent of underlying technology.
The dispatch method is used for dispatching a event.
DispatchEventBusError
The dispatchMany method is used for dispatching multiple event.
The IEventDispatcher contract defines a way for dispatching to events independent of underlying technology.