View Source ExRabbitPool.Worker.RabbitConnection.State (current_rabbit_pool v1.1.1)

Link to this section Summary

Link to this section Types

@type config() :: keyword() | String.t()
@type t() :: %ExRabbitPool.Worker.RabbitConnection.State{
  adapter: module(),
  channels: [AMQP.Channel.t()],
  config: config(),
  connection: AMQP.Connection.t(),
  monitors: %{}
}