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 | Method and Description |
---|---|
void |
Recoverable.addRecoveryListener(RecoveryListener listener)
Registers a connection recovery callback.
|
void |
Recoverable.removeRecoveryListener(RecoveryListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
AutorecoveringConnection.addRecoveryListener(RecoveryListener listener)
Adds the recovery listener
|
void |
AutorecoveringChannel.addRecoveryListener(RecoveryListener listener) |
void |
AutorecoveringConnection.removeRecoveryListener(RecoveryListener listener)
Removes the recovery listener
|
void |
AutorecoveringChannel.removeRecoveryListener(RecoveryListener listener) |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.