abstract struct AMQP::Client::BaseMessage
- AMQP::Client::BaseMessage
- Struct
- Value
- Object
Direct Known Subclasses
Defined in:
amqp-client/message.crConstructors
Instance Method Summary
- #body_io : IO::Memory
- #exchange : String
- #properties : AMQ::Protocol::Properties
- #routing_key : String
Constructor Detail
def self.new(exchange : String, routing_key : String, properties : AMQ::Protocol::Properties, body_io : IO::Memory)
#