Events dispatched by the commandbus event middleware

Enumeration Members

Enumeration Members

Failed: "command.failed"

Dispatched if an error occurs while handling the command

See

CommandEvent

Handled: "command.handled"

Dispatched when the command has been handled by the commandbus

See

CommandEvent

Received: "command.received"

Dispatched when the command has been received by the commandbus. Calling preventDefault() on the event will stop the command from being handled

See

CommandEvent