Class: Bunny::RecordedQueueBinding
- Inherits:
-
RecordedBinding
- Object
- RecordedEntity
- RecordedBinding
- Bunny::RecordedQueueBinding
- 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
Instance Method Summary collapse
Methods inherited from RecordedBinding
#==, #eql?, #hash, #initialize, #with_arguments, #with_destination, #with_routing_key, #with_source
Methods inherited from RecordedEntity
Constructor Details
This class inherits a constructor from Bunny::RecordedBinding
Instance Method Details
#update_destination_to(value) ⇒ Object
813 814 815 816 |
# File 'lib/bunny/topology_registry.rb', line 813 def update_destination_to(value) @destination = value self end |