struct AvalancheMQ::Envelope
- AvalancheMQ::Envelope
 - Struct
 - Value
 - Object
 
Defined in:
avalanchemq/message.crConstructors
Instance Method Summary
- #message : AvalancheMQ::BytesMessage
 - #persistent?
 - #redelivered : Bool
 - #segment_position : AvalancheMQ::SegmentPosition
 
Constructor Detail
        
        def self.new(segment_position : SegmentPosition, message : BytesMessage, redelivered : Bool = false)
        #