Uses of Class
com.rabbitmq.client.impl.recovery.RecordedExchange
Package
Description
Implementation of connection and topology recovery.
-
Uses of RecordedExchange in com.rabbitmq.client.impl.recovery
Modifier and TypeFieldDescriptionprotected final BiPredicate
<? super RecordedExchange, Exception> DefaultRetryHandler.exchangeRecoveryRetryCondition
protected BiPredicate
<? super RecordedExchange, Exception> TopologyRecoveryRetryHandlerBuilder.exchangeRecoveryRetryCondition
Modifier and TypeMethodDescriptionRecordedExchange.autoDelete
(boolean value) RecordedExchange.durable
(boolean value) RetryContext.exchange()
The to-be-recovered entity as an exchange.Modifier and TypeMethodDescriptiondefault boolean
TopologyRecoveryFilter.filterExchange
(RecordedExchange recordedExchange) Decides whether an exchange is recovered or not.void
AutorecoveringConnection.recoverExchange
(RecordedExchange x, boolean retry) Modifier and TypeMethodDescriptionTopologyRecoveryRetryHandlerBuilder.exchangeRecoveryRetryCondition
(BiPredicate<? super RecordedExchange, Exception> exchangeRecoveryRetryCondition)