Uses of Interface
com.rabbitmq.client.ReturnListener
Packages that use ReturnListener
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 ReturnListener in com.rabbitmq.client
Methods in com.rabbitmq.client that return ReturnListenerModifier and TypeMethodDescriptionChannel.addReturnListener
(ReturnCallback returnCallback) Add a lambda-basedReturnListener
.Methods in com.rabbitmq.client with parameters of type ReturnListenerModifier and TypeMethodDescriptionvoid
Channel.addReturnListener
(ReturnListener listener) Add aReturnListener
.boolean
Channel.removeReturnListener
(ReturnListener listener) Remove aReturnListener
. -
Uses of ReturnListener in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return ReturnListenerMethods in com.rabbitmq.client.impl with parameters of type ReturnListenerModifier and TypeMethodDescriptionvoid
ChannelN.addReturnListener
(ReturnListener listener) boolean
ChannelN.removeReturnListener
(ReturnListener listener) -
Uses of ReturnListener in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return ReturnListenerModifier and TypeMethodDescriptionAutorecoveringChannel.addReturnListener
(ReturnCallback returnCallback) Methods in com.rabbitmq.client.impl.recovery with parameters of type ReturnListenerModifier and TypeMethodDescriptionvoid
AutorecoveringChannel.addReturnListener
(ReturnListener listener) boolean
AutorecoveringChannel.removeReturnListener
(ReturnListener listener)