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 |
---|---|
ConfirmListener |
Channel.addConfirmListener(ConfirmCallback ackCallback,
ConfirmCallback nackCallback)
Add a lambda-based
ConfirmListener . |
Modifier and Type | Method and Description |
---|---|
void |
Channel.addConfirmListener(ConfirmListener listener)
Add a
ConfirmListener . |
boolean |
Channel.removeConfirmListener(ConfirmListener listener)
Remove a
ConfirmListener . |
Modifier and Type | Method and Description |
---|---|
ConfirmListener |
ChannelN.addConfirmListener(ConfirmCallback ackCallback,
ConfirmCallback nackCallback) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelN.addConfirmListener(ConfirmListener listener) |
boolean |
ChannelN.removeConfirmListener(ConfirmListener listener) |
Modifier and Type | Method and Description |
---|---|
ConfirmListener |
AutorecoveringChannel.addConfirmListener(ConfirmCallback ackCallback,
ConfirmCallback nackCallback) |
Modifier and Type | Method and Description |
---|---|
void |
AutorecoveringChannel.addConfirmListener(ConfirmListener listener) |
boolean |
AutorecoveringChannel.removeConfirmListener(ConfirmListener listener) |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.