Options
All
  • Public
  • Public/Protected
  • All
Menu

The component discovers the handlers (for commands and queries) as well as the listeners in the registry and then register them to the bus.

The registrations are done when the container starts. They are also disposed once the container is disposed too.

Hierarchy

  • Component
    • MessagingComponent

Index

Constructors

Properties

Methods

Constructors

constructor

  • new MessagingComponent(container: Container, gateway: Gateway<EventBus, CommandBus, QueryBus, ObservableGateway>): MessagingComponent

Properties

Private Readonly removableList

removableList: Removable[] = []

Methods

configure

  • configure(): Promise<void>

dispose

  • dispose(): Promise<void>

Generated using TypeDoc