Class: Bunny::RecordedQueueBinding

Inherits:
RecordedBinding show all
Defined in:
lib/bunny/topology_registry.rb

Overview

Represents a queue binding intent that can be repeated.

Instance Attribute Summary

Attributes inherited from RecordedBinding

#arguments, #destination, #routing_key, #source

Attributes inherited from RecordedEntity

#channel

Instance Method Summary collapse

Methods inherited from RecordedBinding

#==, #eql?, #hash, #initialize, #with_arguments, #with_destination, #with_routing_key, #with_source

Methods inherited from RecordedEntity

#initialize

Constructor Details

This class inherits a constructor from Bunny::RecordedBinding

Instance Method Details

#update_destination_to(value) ⇒ Object

Parameters:

  • value (String)


813
814
815
816
# File 'lib/bunny/topology_registry.rb', line 813

def update_destination_to(value)
  @destination = value
  self
end