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 classRecordedExchangeBindingclassRecordedQueueBindingMethods in com.rabbitmq.client.impl.recovery that return RecordedBinding Modifier and Type Method Description RecordedBindingRecordedBinding. arguments(Map<String,Object> value)RecordedBindingRetryContext. binding()The to-be-recovered entity as a binding.RecordedBindingRecordedBinding. destination(String value)RecordedBindingRecordedBinding. routingKey(String value)RecordedBindingRecordedBinding. 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 booleanTopologyRecoveryFilter. 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 TopologyRecoveryRetryHandlerBuilderTopologyRecoveryRetryHandlerBuilder. bindingRecoveryRetryCondition(DefaultRetryHandler.RetryCondition<? super RecordedBinding> bindingRecoveryRetryCondition) 
 -