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 TypeMethodDescriptionvoidChannel.addConfirmListener(ConfirmListener listener) Add aConfirmListener.booleanChannel.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 TypeMethodDescriptionvoidChannelN.addConfirmListener(ConfirmListener listener) booleanChannelN.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 TypeMethodDescriptionvoidAutorecoveringChannel.addConfirmListener(ConfirmListener listener) booleanAutorecoveringChannel.removeConfirmListener(ConfirmListener listener)