retort v1.2.0 Retort.Channel
Establishes a channel
Summary
Functions
Closes the channel
if it is not already closed
Opens a new channel on queue
with the calling process as the consumer
Types
The name of a RabbitMQ queue
Functions
Closes the channel
if it is not already closed
init(queue, amqp \\ Retort.AMQP.Default)
init(queue, module) :: {:ok, %AMQP.Channel{conn: term, pid: term}}
Opens a new channel on queue
with the calling process as the consumer