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.recovery |
Implementation of connection and topology recovery.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecoverableChannel
Convenient interface when working against auto-recovery channels.
|
interface |
RecoverableConnection
Convenient interface when working against auto-recovery connections.
|
Modifier and Type | Method and Description |
---|---|
void |
RecoveryListener.handleRecovery(Recoverable recoverable)
Invoked when automatic connection recovery has completed.
|
void |
RecoveryListener.handleRecoveryStarted(Recoverable recoverable)
Invoked before automatic connection recovery starts.
|
default void |
RecoveryListener.handleTopologyRecoveryStarted(Recoverable recoverable)
Invoked before automatic topology recovery starts.
|
Modifier and Type | Class and Description |
---|---|
class |
AutorecoveringChannel
Channel implementation that is automatically
recovered during connection recovery. |
class |
AutorecoveringConnection
Connection implementation that performs automatic recovery when
connection shutdown is not initiated by the application (e.g.
|
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.