amqp v1.4.2 AMQP.Channel View Source
Functions to operate on Channels.
Link to this section Summary
Link to this section Types
Link to this section Functions
Closes an open Channel.
Link to this function
open(conn)
View Sourceopen(AMQP.Connection.t()) :: {:ok, t()} | {:error, any()}
Opens a new Channel in a previously opened Connection.