Uses of Interface
com.rabbitmq.client.Recoverable
Packages that use 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
Subinterfaces of Recoverable in com.rabbitmq.clientModifier and TypeInterfaceDescriptioninterface
Convenient interface when working against auto-recovery channels.interface
Convenient interface when working against auto-recovery connections.Methods in com.rabbitmq.client with parameters of type RecoverableModifier 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
Classes in com.rabbitmq.client.impl.recovery that implement RecoverableModifier 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).