struct AvalancheMQ::BytesMessage
- AvalancheMQ::BytesMessage
- Struct
- Value
- Object
Defined in:
avalanchemq/message.crConstructors
- .from_io(io, format = IO::ByteFormat::SystemEndian) : self
- .new(timestamp : Int64, exchange_name : String, routing_key : String, properties : AMQP::Properties, size : UInt64, body : Bytes)
Class Method Summary
Instance Method Summary
- #body : Slice(UInt8)
- #bytesize
- #exchange_name : String
- #exchange_name=(exchange_name : String)
- #persistent?
- #properties : AMQ::Protocol::Properties
- #properties=(properties : AMQ::Protocol::Properties)
- #routing_key : String
- #routing_key=(routing_key : String)
- #size : UInt64
- #timestamp : Int64
- #timestamp=(timestamp : Int64)
Constructor Detail
def self.new(timestamp : Int64, exchange_name : String, routing_key : String, properties : AMQP::Properties, size : UInt64, body : Bytes)
#