onDispatch<TEvent extends DomainEvent> abstract method
When the event
is dispatched.
handlers
will be executed based on the DispatchStrategy.
Implementation
void onDispatch<TEvent extends DomainEvent>(
TEvent event,
Set<EventHandler<TEvent>> handlers,
);