Commanded v0.16.0 Commanded.PubSub behaviour View Source
Pub/sub behaviour for use by Commanded to subcribe to and broadcast messages.
Link to this section Summary
Functions
Return an optional supervisor spec for pub/sub
List tracked PIDs for a given topic
Get the configured pub/sub adapter
Track the current process under the given topic
, uniquely identified by
key
Callbacks
Broadcasts message on given topic
Return an optional supervisor spec for pub/sub
List tracked PIDs for a given topic
Subscribes the caller to the PubSub adapter’s topic
Track the current process under the given topic
, uniquely identified by
key
Link to this section Functions
Return an optional supervisor spec for pub/sub.
List tracked PIDs for a given topic.
Get the configured pub/sub adapter.
Defaults to a local pub/sub, restricted to running on a single node.
Track the current process under the given topic
, uniquely identified by
key
.
Link to this section Callbacks
Broadcasts message on given topic.
Return an optional supervisor spec for pub/sub.
List tracked PIDs for a given topic.
Subscribes the caller to the PubSub adapter’s topic.
Track the current process under the given topic
, uniquely identified by
key
.