Amqpx.Channel.open
You're seeing just the function
open
, go back to Amqpx.Channel module for more information.
Link to this function
open(conn)
Specs
open(Amqpx.Connection.t()) :: {:ok, t()} | {:error, any()}
Opens a new Channel in a previously opened Connection.
Link to this function
open(conn, consumer_pid)
Specs
open(Amqpx.Connection.t(), pid()) :: {:ok, t()} | {:error, any()}