abstract struct AMQP::Client::Message

Direct Known Subclasses

Defined in:

amqp-client/message.cr

Constructors

Instance Method Summary

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

[View source]

Instance Method Detail

def ack(multiple = false) #

[View source]
def delivery_tag : UInt64 #

[View source]
def nack(multiple = false, requeue = false) #

[View source]
def redelivered : Bool #

[View source]
def reject(requeue = false) #

[View source]