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
Fields inherited from class com.rabbitmq.client.impl.recovery.RecordedEntity
channel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondestination
(String value) boolean
int
hashCode()
abstract void
recover()
routingKey
(String value) void
setDestination
(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()
-