struct AMQP::Client::GetMessage
Defined in:
amqp-client/message.crConstructors
Instance Method Summary
Instance methods inherited from struct AMQP::Client::Message
ack(multiple = false)
ack,
delivery_tag : UInt64
delivery_tag,
nack(multiple = false, requeue = false)
nack,
redelivered : Bool
redelivered,
reject(requeue = false)
reject
Constructor methods inherited from struct AMQP::Client::Message
new(channel : Channel, exchange : String, routing_key : String, delivery_tag : UInt64, properties : AMQ::Protocol::Properties, body_io : IO::Memory, redelivered : Bool)
new
Instance methods inherited from struct AMQP::Client::BaseMessage
body_io : IO::Memory
body_io,
exchange : String
exchange,
properties : AMQ::Protocol::Properties
properties,
routing_key : String
routing_key
Constructor methods inherited from struct AMQP::Client::BaseMessage
new(exchange : String, routing_key : String, properties : AMQ::Protocol::Properties, body_io : IO::Memory)
new
Constructor Detail
def self.new(channel : Channel, exchange : String, routing_key : String, delivery_tag : UInt64, properties : AMQ::Protocol::Properties, body_io : IO::Memory, redelivered : Bool, message_count : UInt32)
#