| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.addReturnListener(ReturnListener listener)
Add a
ReturnListener. |
boolean |
Channel.removeReturnListener(ReturnListener listener)
Remove a
ReturnListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelN.addReturnListener(ReturnListener listener) |
boolean |
ChannelN.removeReturnListener(ReturnListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutorecoveringChannel.addReturnListener(ReturnListener listener) |
boolean |
AutorecoveringChannel.removeReturnListener(ReturnListener listener) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.