Uses of Interface
com.rabbitmq.client.ReturnListener
-
Packages that use ReturnListener Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of ReturnListener in com.rabbitmq.client
Methods in com.rabbitmq.client that return ReturnListener Modifier and Type Method Description ReturnListenerChannel. addReturnListener(ReturnCallback returnCallback)Add a lambda-basedReturnListener.Methods in com.rabbitmq.client with parameters of type ReturnListener Modifier and Type Method Description voidChannel. 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 ReturnListener Modifier and Type Field Description private java.util.Collection<ReturnListener>ChannelN. returnListenersThe ReturnListener collection.Methods in com.rabbitmq.client.impl that return ReturnListener Modifier and Type Method Description ReturnListenerChannelN. addReturnListener(ReturnCallback returnCallback)Methods in com.rabbitmq.client.impl with parameters of type ReturnListener Modifier and Type Method Description voidChannelN. 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 ReturnListener Modifier and Type Field Description private java.util.List<ReturnListener>AutorecoveringChannel. returnListenersMethods in com.rabbitmq.client.impl.recovery that return ReturnListener Modifier and Type Method Description ReturnListenerAutorecoveringChannel. addReturnListener(ReturnCallback returnCallback)Methods in com.rabbitmq.client.impl.recovery with parameters of type ReturnListener Modifier and Type Method Description voidAutorecoveringChannel. addReturnListener(ReturnListener listener)booleanAutorecoveringChannel. removeReturnListener(ReturnListener listener)
-