ex_rabbit_pool v1.0.2 ExRabbitPool.Worker.RabbitConnection.State View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %ExRabbitPool.Worker.RabbitConnection.State{
  adapter: module(),
  channels: [AMQP.Channel.t()],
  config: config(),
  connection: AMQP.Connection.t(),
  monitors: %{}
}