amqp v1.5.0 AMQP.Channel View Source

Functions to operate on Channels.

Link to this section Summary

Functions

Closes an open Channel.

Opens a new Channel in a previously opened Connection.

Link to this section Types

Specs

t() :: %AMQP.Channel{conn: AMQP.Connection.t(), pid: pid()}

Link to this section Functions

Specs

close(t()) :: :ok | {:error, AMQP.Basic.error()}

Closes an open Channel.

Specs

open(AMQP.Connection.t()) :: {:ok, t()} | {:error, any()}

Opens a new Channel in a previously opened Connection.