Uses of Interface
com.rabbitmq.client.RecoveryListener
Packages that use RecoveryListener
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementation of connection and topology recovery.
-
Uses of RecoveryListener in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type RecoveryListenerModifier and TypeMethodDescriptionvoidRecoverable.addRecoveryListener(RecoveryListener listener) Registers a connection recovery callback.voidRecoverable.removeRecoveryListener(RecoveryListener listener) -
Uses of RecoveryListener in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery with parameters of type RecoveryListenerModifier and TypeMethodDescriptionvoidAutorecoveringChannel.addRecoveryListener(RecoveryListener listener) voidAutorecoveringConnection.addRecoveryListener(RecoveryListener listener) Adds the recovery listenervoidAutorecoveringChannel.removeRecoveryListener(RecoveryListener listener) voidAutorecoveringConnection.removeRecoveryListener(RecoveryListener listener) Removes the recovery listener