Skip to content

Nats publisher

NatsPublisher

Bases: Publisher

Implementation of a publisher for NATS

disconnect() async

Closes the connection to the server.

RETURNS DESCRIPTION
None

publish_event(event) async

Publish an event to a connected data stream.

PARAMETER DESCRIPTION
event

The event to be published.

TYPE: Dict[str, Any]

RETURNS DESCRIPTION
None