Uses of Interface
com.rabbitmq.client.ConfirmListener
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Uses of ConfirmListener in com.rabbitmq.client
Modifier and TypeMethodDescriptionChannel.addConfirmListener
(ConfirmCallback ackCallback, ConfirmCallback nackCallback) Add a lambda-basedConfirmListener
.Modifier and TypeMethodDescriptionvoid
Channel.addConfirmListener
(ConfirmListener listener) Add aConfirmListener
.boolean
Channel.removeConfirmListener
(ConfirmListener listener) Remove aConfirmListener
. -
Uses of ConfirmListener in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionChannelN.addConfirmListener
(ConfirmCallback ackCallback, ConfirmCallback nackCallback) Modifier and TypeMethodDescriptionvoid
ChannelN.addConfirmListener
(ConfirmListener listener) boolean
ChannelN.removeConfirmListener
(ConfirmListener listener) -
Uses of ConfirmListener in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionAutorecoveringChannel.addConfirmListener
(ConfirmCallback ackCallback, ConfirmCallback nackCallback) Modifier and TypeMethodDescriptionvoid
AutorecoveringChannel.addConfirmListener
(ConfirmListener listener) boolean
AutorecoveringChannel.removeConfirmListener
(ConfirmListener listener)