struct AMQP::Client::ReturnedMessage

Overview

Message returned on publish by the server

Defined in:

amqp-client/message.cr

Instance Method Summary

Instance Method Detail

def body_io : IO::Memory #

[View source]
def exchange : String #

[View source]
def properties : AMQ::Protocol::Properties #

[View source]
def reply_code : UInt16 #

[View source]
def reply_text : String #

[View source]
def routing_key : String #

[View source]