abstract struct AMQP::Client::BaseMessage

Direct Known Subclasses

Defined in:

amqp-client/message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(exchange : String, routing_key : String, properties : AMQ::Protocol::Properties, body_io : IO::Memory) #

[View source]

Instance Method Detail

def body_io : IO::Memory #

[View source]
def exchange : String #

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

[View source]
def routing_key : String #

[View source]