Uses of Interface
com.rabbitmq.client.ReturnCallback
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 ReturnCallback in com.rabbitmq.client
Modifier and TypeMethodDescriptionChannel.addReturnListener
(ReturnCallback returnCallback) Add a lambda-basedReturnListener
. -
Uses of ReturnCallback in com.rabbitmq.client.impl
-
Uses of ReturnCallback in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionAutorecoveringChannel.addReturnListener
(ReturnCallback returnCallback)