Lifecycle hooks
Hooks
bus.beforeSend.on(({ command, attributes }) => {})bus.beforePublish.on(({ event, attributes }) => {})bus.afterReceive.on(transportMessage => {})bus.beforeDispatch.on(({ message, attributes, handlers }) => {})bus.afterDispatch.on(({ message, attributes }) => {})Last updated