Yggdrasil.RabbitMQ.Client (Yggdrasil for RabbitMQ v6.0.0) View Source
This module defines a RabbitMQ client.
Link to this section Summary
Functions
RabbitMQ client connection.
Gets client key.
Gets a new client with pid, tag and namespace
Link to this section Types
Specs
t() :: %Yggdrasil.RabbitMQ.Client{
channel: channel :: AMQP.Channel.t(),
namespace: namespace :: Yggdrasil.RabbitMQ.Connection.namespace(),
pid: pid :: pid(),
tag: tag :: tag()
}
RabbitMQ client connection.
Specs
tag() :: :subscriber | :publisher
Tag for client connection.
Link to this section Functions
RabbitMQ client connection.
Gets client key.
Gets a new client with pid, tag and namespace