Yggdrasil for RabbitMQ v5.0.2 Yggdrasil.RabbitMQ.Client 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
Link to this type
t()
View Sourcet() :: %Yggdrasil.RabbitMQ.Client{ channel: channel :: AMQP.Channel.t(), namespace: namespace :: Yggdrasil.RabbitMQ.Connection.namespace(), pid: pid :: pid(), tag: tag :: tag() }
RabbitMQ client connection.
Tag for client connection.
Link to this section Functions
RabbitMQ client connection.
Gets client key.
Gets a new client with pid
, tag
and namespace