Class RecordedBinding
java.lang.Object
com.rabbitmq.client.impl.recovery.RecordedEntity
com.rabbitmq.client.impl.recovery.RecordedBinding
- Direct Known Subclasses:
RecordedExchangeBinding,RecordedQueueBinding
- Since:
- 3.3.0
-
Field Summary
FieldsFields inherited from class com.rabbitmq.client.impl.recovery.RecordedEntity
channel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondestination(String value) booleaninthashCode()abstract voidrecover()routingKey(String value) voidsetDestination(String destination) Methods inherited from class com.rabbitmq.client.impl.recovery.RecordedEntity
getChannel, getDelegateChannel
-
Field Details
-
source
-
destination
-
routingKey
-
arguments
-
-
Constructor Details
-
RecordedBinding
-
-
Method Details
-
source
-
destination
-
routingKey
-
arguments
-
getSource
-
getDestination
-
getRoutingKey
-
getArguments
-
setDestination
-
recover
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-