rabbit_mq_ex v1.0.0-0.0.2 MQ.ConnectionManager

Link to this section Summary

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

close_channel(server_name)

close_channel(atom()) :: :ok | {:error, any()}
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.

Link to this function

start_link(opts)

start_link(list()) :: GenServer.on_start()