Events dispatched by the commandbus event middleware
Dispatched if an error occurs while handling the command
CommandEvent
Dispatched when the command has been handled by the commandbus
Dispatched when the command has been received by the commandbus. Calling preventDefault() on the event will stop the command from being handled
preventDefault()
Events dispatched by the commandbus event middleware