Uses of Package
com.rabbitmq.client.impl.recovery
Packages that use com.rabbitmq.client.impl.recovery
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Classes in com.rabbitmq.client.impl.recovery used by com.rabbitmq.clientClassDescriptionFunctional callback interface that can be used to rename a queue during topology recovery.Contract to retry failed operations during topology recovery.Filter to know whether entities should be recovered or not.
-
Classes in com.rabbitmq.client.impl.recovery used by com.rabbitmq.client.implClassDescriptionFunctional callback interface that can be used to rename a queue during topology recovery.Used internally to indicate when connection recovery can begin.Contract to retry failed operations during topology recovery.Filter to know whether entities should be recovered or not.
-
Classes in com.rabbitmq.client.impl.recovery used by com.rabbitmq.client.impl.recoveryClassDescription
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.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 sendingThe context of a topology recovery retry operation.Contract to retry failed operations during topology recovery.The retry of a retried topology recovery operation.Builder to ease creation ofDefaultRetryHandler
instances.