View Source ExRabbitPool.Worker.RabbitConnection.State (ex_rabbit_pool v1.1.0)
Link to this section Summary
Link to this section Types
@type t() :: %ExRabbitPool.Worker.RabbitConnection.State{ adapter: module(), channels: [AMQP.Channel.t()], config: config(), connection: AMQP.Connection.t(), monitors: %{} }