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 TypeMethodDescriptionvoidChannel.addReturnListener(ReturnListener listener) Add aReturnListener.booleanChannel.removeReturnListener(ReturnListener listener) Remove aReturnListener. -
Uses of ReturnListener in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl with type parameters of type ReturnListenerModifier and TypeFieldDescriptionprivate final Collection<ReturnListener> ChannelN.returnListenersThe ReturnListener collection.Methods in com.rabbitmq.client.impl that return ReturnListenerMethods in com.rabbitmq.client.impl with parameters of type ReturnListenerModifier and TypeMethodDescriptionvoidChannelN.addReturnListener(ReturnListener listener) booleanChannelN.removeReturnListener(ReturnListener listener) -
Uses of ReturnListener in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery with type parameters of type ReturnListenerModifier and TypeFieldDescriptionprivate final List<ReturnListener> AutorecoveringChannel.returnListenersMethods 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 TypeMethodDescriptionvoidAutorecoveringChannel.addReturnListener(ReturnListener listener) booleanAutorecoveringChannel.removeReturnListener(ReturnListener listener)