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 interfaceRecoverableChannelConvenient interface when working against auto-recovery channels.interfaceRecoverableConnectionConvenient interface when working against auto-recovery connections.Methods in com.rabbitmq.client with parameters of type Recoverable Modifier and Type Method Description voidRecoveryListener. handleRecovery(Recoverable recoverable)Invoked when automatic connection recovery has completed.voidRecoveryListener. 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 classAutorecoveringChannelChannelimplementation that is automatically recovered during connection recovery.classAutorecoveringConnectionConnection implementation that performs automatic recovery when connection shutdown is not initiated by the application (e.g.
-