Uses of Class
com.rabbitmq.client.impl.recovery.RecordedBinding
Package
Description
Implementation of connection and topology recovery.
-
Uses of RecordedBinding in com.rabbitmq.client.impl.recovery
Modifier and TypeFieldDescriptionprotected final BiPredicate
<? super RecordedBinding, Exception> DefaultRetryHandler.bindingRecoveryRetryCondition
protected BiPredicate
<? super RecordedBinding, Exception> TopologyRecoveryRetryHandlerBuilder.bindingRecoveryRetryCondition
Modifier and TypeMethodDescriptionRetryContext.binding()
The to-be-recovered entity as a binding.RecordedBinding.destination
(String value) RecordedBinding.routingKey
(String value) Modifier and TypeMethodDescriptiondefault boolean
TopologyRecoveryFilter.filterBinding
(RecordedBinding recordedBinding) Decides whether a binding is recovered or not.void
AutorecoveringConnection.recoverBinding
(RecordedBinding b, boolean retry) Modifier and TypeMethodDescriptionTopologyRecoveryRetryHandlerBuilder.bindingRecoveryRetryCondition
(BiPredicate<? super RecordedBinding, Exception> bindingRecoveryRetryCondition)