struct AMQP::Client::ReturnedMessage

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(reply_code : UInt16, reply_text : String, exchange : String, routing_key : String, properties : AMQ::Protocol::Properties, body_io : IO::Memory) #

[View source]

Instance Method Detail

def reply_code : UInt16 #

[View source]
def reply_text : String #

[View source]