struct LavinMQ::UnackedMessage
- LavinMQ::UnackedMessage
- Struct
- Value
- Object
Included Modules
Defined in:
lavinmq/unacked_message.crConstructors
Instance Method Summary
- #channel : LavinMQ::Client::Channel
- #consumer_tag : String?
- #delivered_at : Time::Span
- #delivery_tag : UInt64
- #details_tuple
Instance methods inherited from module LavinMQ::SortableJSON
details_tuple
details_tuple,
to_json(json : JSON::Builder)
to_json
Constructor Detail
def self.new(channel : Client::Channel, delivery_tag : UInt64, delivered_at : Time::Span, consumer_tag : String | Nil = nil)
#