Interface IPubSubEmitterOptions<AD>

Only used interanlly.

Type Parameters

Hierarchy

  • IPubSubEmitterOptions

Properties

callback?: IEventCallback<unknown, AD>

For internal use only. A Callback to call if there is an update.

observer?: INopeObserver

For internal use only.

options: IEventOptions

The options for a event.

pubTopic: string | false

The Topic to publish the content to. If set to false no update will be emitted.

subTopic: string | false

The Topic, to subscribe to. If set to false no update will be received via the system.

Generated using TypeDoc