struct AMQP::Client::ReturnedMessage
- AMQP::Client::ReturnedMessage
- AMQP::Client::BaseMessage
- Struct
- Value
- Object
Defined in:
amqp-client/message.crConstructors
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)
#