struct RMQRecover::Message
- RMQRecover::Message
- Struct
- Value
- Object
Defined in:
rmqrecover.crConstructors
Instance Method Summary
- #body : IO::Memory
- #clone
- #copy_with(vhost _vhost = @vhost, exchange _exchange = @exchange, routing_key _routing_key = @routing_key, properties _properties = @properties, body _body = @body)
- #exchange : String
- #properties : AMQP::Client::Properties
- #routing_key : String
- #vhost : String
Constructor Detail
def self.new(vhost : String, exchange : String, routing_key : String, properties : AMQP::Client::Properties, body : IO::Memory)
#
Instance Method Detail
def copy_with(vhost _vhost = @vhost, exchange _exchange = @exchange, routing_key _routing_key = @routing_key, properties _properties = @properties, body _body = @body)
#