Class RecordedQueueBinding
- java.lang.Object
-
- com.rabbitmq.client.impl.recovery.RecordedEntity
-
- com.rabbitmq.client.impl.recovery.RecordedBinding
-
- com.rabbitmq.client.impl.recovery.RecordedQueueBinding
-
public class RecordedQueueBinding extends RecordedBinding
- Since:
- 3.3.0
-
-
Field Summary
-
Fields inherited from class com.rabbitmq.client.impl.recovery.RecordedBinding
arguments, destination, routingKey, source
-
Fields inherited from class com.rabbitmq.client.impl.recovery.RecordedEntity
channel
-
-
Constructor Summary
Constructors Constructor Description RecordedQueueBinding(AutorecoveringChannel channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
recover()
String
toString()
-
Methods inherited from class com.rabbitmq.client.impl.recovery.RecordedBinding
arguments, destination, equals, getArguments, getDestination, getRoutingKey, getSource, hashCode, routingKey, setDestination, source
-
Methods inherited from class com.rabbitmq.client.impl.recovery.RecordedEntity
getChannel, getDelegateChannel
-
-
-
-
Constructor Detail
-
RecordedQueueBinding
public RecordedQueueBinding(AutorecoveringChannel channel)
-
-
Method Detail
-
recover
public void recover() throws IOException
- Specified by:
recover
in classRecordedBinding
- Throws:
IOException
-
-