WhiteRabbit.Core.get_channel
You're seeing just the function
get_channel
, go back to WhiteRabbit.Core module for more information.
Specs
get_channel(atom(), atom()) :: {:ok, AMQP.Channel.t()}
Get the application's default channel. If not available, open another.
You can monitor the returned channel for :DOWN events to be able to re-register as a consumer.