rabbit_mq v0.0.0-alpha-3 RabbitMQ.Consumer.Worker.State

The internal state held in the RabbitMQ.Consumer.Worker server.

  • :channel; holds the dedicated AMQP.Channel.
  • :consume_cb; the callback invoked for each message consumed.
  • :consumer_tag; the unique consumer identifier.