Uses of Interface
com.rabbitmq.client.Recoverable
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 Recoverable in com.rabbitmq.client
Modifier and TypeInterfaceDescriptioninterface
Convenient interface when working against auto-recovery channels.interface
Convenient interface when working against auto-recovery connections.Modifier and TypeMethodDescriptionvoid
RecoveryListener.handleRecovery
(Recoverable recoverable) Invoked when automatic connection recovery has completed.void
RecoveryListener.handleRecoveryStarted
(Recoverable recoverable) Invoked before automatic connection recovery starts.default void
RecoveryListener.handleTopologyRecoveryStarted
(Recoverable recoverable) Invoked before automatic topology recovery starts. -
Uses of Recoverable in com.rabbitmq.client.impl.recovery
Modifier and TypeClassDescriptionclass
Channel
implementation that is automatically recovered during connection recovery.class
Connection implementation that performs automatic recovery when connection shutdown is not initiated by the application (e.g. due to an I/O exception).