Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Gateway<E, C, Q, O>

The gateway is a low level artifact exposing the messaging buses.

Type parameters

Hierarchy

Index

Properties

Readonly commands

commands: C

The command bus.

Readonly events

events: E

The event bus.

Readonly observer

observer: O

The observable view of the gateway.

Readonly queries

queries: Q

The query.

Methods

dispose

  • dispose(): Promise<void>

Generated using TypeDoc