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.
|
Class and 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.
|
Class and 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.
|
Class and 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 uses RecoveryAwareChannelN |
RecoveryAwareChannelManager |
RecoveryAwareChannelN
ChannelN modification that keeps track of delivery
tags and avoids sending |
RetryContext
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 of
DefaultRetryHandler instances. |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.