Uses of Interface
com.rabbitmq.client.ConfirmListener
Packages that use 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
Methods in com.rabbitmq.client that return ConfirmListenerModifier and TypeMethodDescriptionChannel.addConfirmListener
(ConfirmCallback ackCallback, ConfirmCallback nackCallback) Add a lambda-basedConfirmListener
.Methods in com.rabbitmq.client with parameters of type ConfirmListenerModifier and TypeMethodDescriptionvoid
Channel.addConfirmListener
(ConfirmListener listener) Add aConfirmListener
.boolean
Channel.removeConfirmListener
(ConfirmListener listener) Remove aConfirmListener
. -
Uses of ConfirmListener in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return ConfirmListenerModifier and TypeMethodDescriptionChannelN.addConfirmListener
(ConfirmCallback ackCallback, ConfirmCallback nackCallback) Methods in com.rabbitmq.client.impl with parameters of type ConfirmListenerModifier and TypeMethodDescriptionvoid
ChannelN.addConfirmListener
(ConfirmListener listener) boolean
ChannelN.removeConfirmListener
(ConfirmListener listener) -
Uses of ConfirmListener in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return ConfirmListenerModifier and TypeMethodDescriptionAutorecoveringChannel.addConfirmListener
(ConfirmCallback ackCallback, ConfirmCallback nackCallback) Methods in com.rabbitmq.client.impl.recovery with parameters of type ConfirmListenerModifier and TypeMethodDescriptionvoid
AutorecoveringChannel.addConfirmListener
(ConfirmListener listener) boolean
AutorecoveringChannel.removeConfirmListener
(ConfirmListener listener)