Interface MessageBusConfig
Defines keys of the MessageBus config.
Constants summary
HANDLERS_CONFIG_NAME
: string
Name of the message bus handlers config.
Name of the message bus handlers config.
'message-bus-handlers'
HANDLERS
: string
An array of key/value pairs where key is a message class and value its handler.
An array of key/value pairs where key is a message class and value its handler.
'handlers'