Uses of Interface
com.rabbitmq.client.Recoverable
-
Packages that use Recoverable 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 Recoverable in com.rabbitmq.client
Subinterfaces of Recoverable in com.rabbitmq.client Modifier and Type Interface Description interface
RecoverableChannel
Convenient interface when working against auto-recovery channels.interface
RecoverableConnection
Convenient interface when working against auto-recovery connections.Methods in com.rabbitmq.client with parameters of type Recoverable Modifier and Type Method Description void
RecoveryListener. handleRecovery(Recoverable recoverable)
Invoked when automatic connection recovery has completed.void
RecoveryListener. handleRecoveryStarted(Recoverable recoverable)
Invoked before automatic connection recovery starts. -
Uses of Recoverable in com.rabbitmq.client.impl.recovery
Classes in com.rabbitmq.client.impl.recovery that implement Recoverable Modifier and Type Class Description class
AutorecoveringChannel
Channel
implementation that is automatically recovered during connection recovery.class
AutorecoveringConnection
Connection implementation that performs automatic recovery when connection shutdown is not initiated by the application (e.g.
-