Uses of Package
com.rabbitmq.client.impl.recovery
-
Packages that use com.rabbitmq.client.impl.recovery Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
Classes in com.rabbitmq.client.impl.recovery used by com.rabbitmq.client Class Description RetryHandler Contract to retry failed operations during topology recovery.TopologyRecoveryFilter Filter to know whether entities should be recovered or not. -
Classes in com.rabbitmq.client.impl.recovery used by com.rabbitmq.client.impl Class Description RecoveryCanBeginListener Used internally to indicate when connection recovery can begin.RetryHandler Contract to retry failed operations during topology recovery.TopologyRecoveryFilter Filter to know whether entities should be recovered or not. -
Classes in com.rabbitmq.client.impl.recovery used by com.rabbitmq.client.impl.recovery Class Description AutorecoveringChannel Channel
implementation that is automatically recovered during connection recovery.AutorecoveringConnection Connection implementation that performs automatic recovery when connection shutdown is not initiated by the application (e.g.BackoffPolicy Backoff policy for topology recovery retry attempts.ConsumerRecoveryListener Not part of the public API.DefaultRetryHandler.RetryCondition DefaultRetryHandler.RetryOperation QueueRecoveryListener Not part of the public API.RecordedBinding RecordedConsumer RecordedEntity RecordedExchange RecordedNamedEntity RecordedQueue RecoveryAwareAMQConnection AMQConnection
modification that usesRecoveryAwareChannelN
RecoveryAwareChannelManager RecoveryAwareChannelN ChannelN
modification that keeps track of delivery tags and avoids sendingRetryContext The context of a topology recovery retry operation.RetryHandler Contract to retry failed operations during topology recovery.RetryResult The retry of a retried topology recovery operation.TopologyRecoveryRetryHandlerBuilder Builder to ease creation ofDefaultRetryHandler
instances.