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 TypeInterfaceDescriptioninterfaceConvenient interface when working against auto-recovery channels.interfaceConvenient interface when working against auto-recovery connections.Methods in com.rabbitmq.client with parameters of type RecoverableModifier and TypeMethodDescriptionvoidRecoveryListener.handleRecovery(Recoverable recoverable) Invoked when automatic connection recovery has completed.voidRecoveryListener.handleRecoveryStarted(Recoverable recoverable) Invoked before automatic connection recovery starts.default voidRecoveryListener.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 TypeClassDescriptionclassChannelimplementation that is automatically recovered during connection recovery.classConnection implementation that performs automatic recovery when connection shutdown is not initiated by the application (e.g. due to an I/O exception).