class

Amqp::Stats

Inherits Reference < Object

Atomic counters covering publish/consume volume and recovery activity. Mutated from any fiber via the incr_* helpers; read as a snapshot via Connection#stats.

Constructors

Instance methods

confirmed_ack
Source
confirmed_nack
Source
consumed
Source
published
Source
recoveries_attempted
Source
recoveries_failed
Source
recoveries_succeeded
Source
returned
Source
snapshot
Source

Nested types