API Reference rabbitmq_stream v0.2.1

modules

Modules

Responsible for managing multiple connections for a single cluster, routing requests accordingly, and enforcing Well-behaved praticies.

Responsible for encoding and decoding messages, opening and maintaining a socket connection to a single node. It connects to the RabbitMQ, and authenticates, and mantains the connection open with heartbeats.

Struct that holds the data of a Osiris chunk, which is the format used by RabbitMQ Stream to store the stream data.

RabbitMQStream.Publisher allows you to define modules or processes that publish messages to a single stream.