Package com.rabbitmq.client.impl.recovery
package com.rabbitmq.client.impl.recovery
Implementation of connection and topology recovery.
-
ClassDescription
Channel
implementation that is automatically recovered during connection recovery.Connection implementation that performs automatic recovery when connection shutdown is not initiated by the application (e.g. due to an I/O exception).Backoff policy for topology recovery retry attempts.Not part of the public API.Composable topology recovery retry handler.Not part of the public API.Functional callback interface that can be used to rename a queue during topology recovery.AMQConnection
modification that usesRecoveryAwareChannelN
ChannelN
modification that keeps track of delivery tags and avoids sendingUsed internally to indicate when connection recovery can begin.The context of a topology recovery retry operation.Contract to retry failed operations during topology recovery.The retry of a retried topology recovery operation.Filter to know whether entities should be recovered or not.Builder to ease creation ofDefaultRetryHandler
instances.Useful ready-to-use conditions and operations forDefaultRetryHandler
.