Options
All
  • Public
  • Public/Protected
  • All
Menu

The options of SimpleModule.

Hierarchy

  • SimpleModuleOptions

Index

Properties

commandsRegistryKey

commandsRegistryKey: RegistryKey

The RegistryKey of the SimpleCommandBus instance. By default CommandBusSymbol.

emitterRegistryKey

emitterRegistryKey: RegistryKey

The RegistryKey of the EmittableGateway instance. By default GatewayEmitterSymbol.

errorToConsole

errorToConsole: boolean

When true, the internal events related to "error" (i.e. command_handler_failed ...) are displayed using the console methods. By default, false.

eventsRegistryKey

eventsRegistryKey: RegistryKey

The RegistryKey of the SimpleEventBus instance. By default EventBusSymbol.

Optional gateway

gateway?: SimpleGateway

An optional gateway instance.. For instance, it can be SimpleGateway.GLOBAL.

gatewayRegistryKey

gatewayRegistryKey: RegistryKey

The RegistryKey of the SimpleGateway instance. By default GatewaySymbol.

observerRegistryKey

observerRegistryKey: RegistryKey

The RegistryKey of the ObservableGateway instance. By default GatewayObserverSymbol.

queriesRegistryKey

queriesRegistryKey: RegistryKey

The RegistryKey of the SimpleQueryBus instance. By default QueryBusSymbol.

Generated using TypeDoc