struct

Amqp::Delivery

Inherits Struct < Value < Object

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)
Source

Instance methods

ack(multiple : Bool = false) : Nil
Source
body
Source
body_io
Source
consumer_tag
Source
delivery_tag
Source
exchange
Source
nack(multiple : Bool = false, requeue : Bool = true) : Nil
Source
properties
Source
redelivered
Source
reject(requeue : Bool = true) : Nil
Source
routing_key
Source