struct LavinMQ::UnackedMessage

Included Modules

Defined in:

lavinmq/unacked_message.cr

Constructors

Instance Method Summary

Instance methods inherited from module LavinMQ::SortableJSON

details_tuple details_tuple, to_json(json : JSON::Builder) to_json

Constructor Detail

def self.new(channel : LavinMQ::Client::Channel, delivery_tag : UInt64, delivered_at : Time::Span, consumer_tag : String | Nil = nil) #

[View source]

Instance Method Detail

def channel : LavinMQ::Client::Channel #

[View source]
def consumer_tag : String? #

[View source]
def delivered_at : Time::Span #

[View source]
def delivery_tag : UInt64 #

[View source]
def details_tuple #

[View source]