| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShutdownNotifier.addShutdownListener(ShutdownListener listener)
Add shutdown listener.
|
void |
ShutdownNotifier.removeShutdownListener(ShutdownListener listener)
Remove shutdown listener for the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShutdownNotifierComponent.addShutdownListener(ShutdownListener listener) |
void |
ShutdownNotifierComponent.removeShutdownListener(ShutdownListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutorecoveringConnection.addShutdownListener(ShutdownListener listener) |
void |
AutorecoveringChannel.addShutdownListener(ShutdownListener listener) |
void |
AutorecoveringConnection.removeShutdownListener(ShutdownListener listener) |
void |
AutorecoveringChannel.removeShutdownListener(ShutdownListener listener) |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.