struct AvalancheMQ::Message
- AvalancheMQ::Message
- Struct
- Value
- Object
Defined in:
avalanchemq/message.crConstructors
- .new(timestamp : Int64, exchange_name : String, routing_key : String, properties : AMQP::Properties, size : UInt64, body_io : IO)
- .new(exchange_name : String, routing_key : String, body : String, properties : AMQ::Protocol::Properties = AMQP::Properties.new)
Class Method Summary
Instance Method Summary
- #body_io : IO
- #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_io : IO)
#
def self.new(exchange_name : String, routing_key : String, body : String, properties : AMQ::Protocol::Properties = AMQP::Properties.new)
#