Uses of Class
com.rabbitmq.client.impl.recovery.RecordedBinding
Packages that use RecordedBinding
Package
Description
Implementation of connection and topology recovery.
-
Uses of RecordedBinding in com.rabbitmq.client.impl.recovery
Subclasses of RecordedBinding in com.rabbitmq.client.impl.recoveryFields in com.rabbitmq.client.impl.recovery with type parameters of type RecordedBindingModifier and TypeFieldDescriptionprotected final BiPredicate
<? super RecordedBinding, Exception> DefaultRetryHandler.bindingRecoveryRetryCondition
protected BiPredicate
<? super RecordedBinding, Exception> TopologyRecoveryRetryHandlerBuilder.bindingRecoveryRetryCondition
Methods in com.rabbitmq.client.impl.recovery that return RecordedBindingModifier and TypeMethodDescriptionRetryContext.binding()
The to-be-recovered entity as a binding.RecordedBinding.destination
(String value) RecordedBinding.routingKey
(String value) Methods in com.rabbitmq.client.impl.recovery that return types with arguments of type RecordedBindingMethods in com.rabbitmq.client.impl.recovery with parameters of type RecordedBindingModifier and TypeMethodDescriptiondefault boolean
TopologyRecoveryFilter.filterBinding
(RecordedBinding recordedBinding) Decides whether a binding is recovered or not.void
AutorecoveringConnection.recoverBinding
(RecordedBinding b, boolean retry) Method parameters in com.rabbitmq.client.impl.recovery with type arguments of type RecordedBindingModifier and TypeMethodDescriptionTopologyRecoveryRetryHandlerBuilder.bindingRecoveryRetryCondition
(BiPredicate<? super RecordedBinding, Exception> bindingRecoveryRetryCondition)