Uses of Interface
com.rabbitmq.client.RecoveryListener
-
Packages that use RecoveryListener 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.recovery Implementation of connection and topology recovery. -
-
Uses of RecoveryListener in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type RecoveryListener Modifier and Type Method Description void
Recoverable. addRecoveryListener(RecoveryListener listener)
Registers a connection recovery callback.void
Recoverable. removeRecoveryListener(RecoveryListener listener)
-
Uses of RecoveryListener in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery with parameters of type RecoveryListener Modifier and Type Method Description void
AutorecoveringChannel. addRecoveryListener(RecoveryListener listener)
void
AutorecoveringConnection. addRecoveryListener(RecoveryListener listener)
Adds the recovery listenervoid
AutorecoveringChannel. removeRecoveryListener(RecoveryListener listener)
void
AutorecoveringConnection. removeRecoveryListener(RecoveryListener listener)
Removes the recovery listener
-