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 RecordedEntity RecoveredQueueNameSupplier Functional callback interface that can be used to rename a queue during topology recovery.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 RecoveredQueueNameSupplier Functional callback interface that can be used to rename a queue during topology recovery.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.RetryOperation QueueRecoveryListener Not part of the public API.RecordedBinding RecordedConsumer RecordedEntity RecordedExchange RecordedNamedEntity RecordedQueue RecoveredQueueNameSupplier Functional callback interface that can be used to rename a queue during topology recovery.RecoveryAwareAMQConnection AMQConnection
modification that usesRecoveryAwareChannelN
RecoveryAwareAMQConnectionFactory 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.TopologyRecoveryFilter Filter to know whether entities should be recovered or not.TopologyRecoveryRetryHandlerBuilder Builder to ease creation ofDefaultRetryHandler
instances.Utils.IoTimeoutExceptionRunnable