Uses of Class
com.rabbitmq.client.impl.recovery.RecordedBinding
-
Packages that use RecordedBinding Package Description com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of RecordedBinding in com.rabbitmq.client.impl.recovery
Subclasses of RecordedBinding in com.rabbitmq.client.impl.recovery Modifier and Type Class Description class
RecordedExchangeBinding
class
RecordedQueueBinding
Methods in com.rabbitmq.client.impl.recovery that return RecordedBinding Modifier and Type Method Description RecordedBinding
RecordedBinding. arguments(Map<String,Object> value)
RecordedBinding
RetryContext. binding()
The to-be-recovered entity as a binding.RecordedBinding
RecordedBinding. destination(String value)
RecordedBinding
RecordedBinding. routingKey(String value)
RecordedBinding
RecordedBinding. source(String value)
Methods in com.rabbitmq.client.impl.recovery that return types with arguments of type RecordedBinding Modifier and Type Method Description List<RecordedBinding>
AutorecoveringConnection. getRecordedBindings()
Methods in com.rabbitmq.client.impl.recovery with parameters of type RecordedBinding Modifier and Type Method Description boolean
TopologyRecoveryFilter. filterBinding(RecordedBinding recordedBinding)
Decides whether a binding is recovered or not.Method parameters in com.rabbitmq.client.impl.recovery with type arguments of type RecordedBinding Modifier and Type Method Description TopologyRecoveryRetryHandlerBuilder
TopologyRecoveryRetryHandlerBuilder. bindingRecoveryRetryCondition(DefaultRetryHandler.RetryCondition<? super RecordedBinding> bindingRecoveryRetryCondition)
-