struct AvalancheMQ::MessageMetadata

Defined in:

avalanchemq/message.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(timestamp : Int64, exchange_name : String, routing_key : String, properties : AMQP::Properties, size : UInt64) #

[View source]

Class Method Detail

def self.from_io(io, format = IO::ByteFormat::SystemEndian) #

[View source]

Instance Method Detail

def bytesize #

[View source]
def exchange_name : String #

[View source]
def persistent? #

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

[View source]
def routing_key : String #

[View source]
def size : UInt64 #

[View source]
def timestamp : Int64 #

[View source]