Uses of Interface
com.rabbitmq.client.ConfirmCallback
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 ConfirmCallback in com.rabbitmq.client
Modifier and TypeMethodDescriptionChannel.addConfirmListener
(ConfirmCallback ackCallback, ConfirmCallback nackCallback) Add a lambda-basedConfirmListener
. -
Uses of ConfirmCallback in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionChannelN.addConfirmListener
(ConfirmCallback ackCallback, ConfirmCallback nackCallback) -
Uses of ConfirmCallback in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionAutorecoveringChannel.addConfirmListener
(ConfirmCallback ackCallback, ConfirmCallback nackCallback)