rabbit_mq_ex v1.0.0-1.0.2 MQ.ConnectionManager
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
See https://hexdocs.pm/amqp/AMQP.Confirm.html for more details.
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
request_channel(server_name)
request_channel(atom()) :: {:ok, AMQP.Channel.t()} | {:error, any()}
Link to this function
request_confirm_channel(server_name)
request_confirm_channel(atom()) :: {:ok, AMQP.Channel.t()} | {:error, any()}
See https://hexdocs.pm/amqp/AMQP.Confirm.html for more details.