Amqp::Delivery
A message handed to a consumer (basic.deliver/get-ok/return).
Constructors
new(consumer_tag : String, delivery_tag : UInt64, redelivered : Bool, exchange : String, routing_key : String, properties : Amqp::Properties, body : Slice(UInt8), channel : Nil | Amqp::Channel = nil)
SourceInstance methods
body
Sourcebody_io
Sourceconsumer_tag
Sourcedelivery_tag
Sourceexchange
Sourceproperties
Sourceredelivered
Sourcerouting_key
Source