struct RMQRecover::Message

Defined in:

rmqrecover.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(vhost : String, exchange : String, routing_key : String, properties : AMQP::Client::Properties, body : IO::Memory) #

[View source]

Instance Method Detail

def body : IO::Memory #

def clone #

[View source]
def copy_with(vhost _vhost = @vhost, exchange _exchange = @exchange, routing_key _routing_key = @routing_key, properties _properties = @properties, body _body = @body) #

[View source]
def exchange : String #

def properties : AMQP::Client::Properties #

def routing_key : String #

def vhost : String #