WhiteRabbit.Core.get_channel_from_pool

You're seeing just the function get_channel_from_pool, go back to WhiteRabbit.Core module for more information.
Link to this function

get_channel_from_pool(connection_name, registry)

View Source

Specs

get_channel_from_pool(connection_name :: atom(), registry :: atom()) ::
  {:ok, AMQP.Channel.t()} | {:error, any()}

Get a random channel from the pool to use.

Returns {:ok, AMQP.Channel.t()}