Class MemoryPublisher<Evt>

Publishers provide the interface between the underlying event system and the bus. This defines the interactions the bus has with the publisher.

Type Parameters

  • Evt extends Respondable

Hierarchy

Implements

Constructors

Properties

_distributor: Distributor<Evt>
_queue: Queue<string>
_responseMap: AsyncMap<ResponseWrapper<unknown>>
_uuid: string
publisherOptions: IPublisherMeta

Define the role of the publisher within the application. Set via the using class

Accessors

Methods

Generated using TypeDoc