rabbit_mq_ex v1.0.0-1.0.2 MQ.ChannelRegistry

Link to this section Summary

Link to this section Functions

Link to this function

delete(server_name)

delete(atom()) :: :ok
Link to this function

init()

init() :: :ok
Link to this function

insert(server_name, channel)

insert(atom(), AMQP.Channel.t()) :: :ok
Link to this function

lookup(server_name)

lookup(atom()) :: {:ok, AMQP.Channel.t()} | {:error, :channel_not_found}