Uses of Interface
com.rabbitmq.client.RecoveryDelayHandler
Packages that use RecoveryDelayHandler
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of RecoveryDelayHandler in com.rabbitmq.client
Classes in com.rabbitmq.client that implement RecoveryDelayHandlerModifier and TypeClassDescriptionstatic classBasic implementation ofRecoveryDelayHandlerthat returns thenetwork recovery intervaleach time.static classBackoff implementation ofRecoveryDelayHandlerthat uses the Fibonacci sequence (by default) to increase the recovery delay time after each failed attempt.Methods in com.rabbitmq.client that return RecoveryDelayHandlerModifier and TypeMethodDescriptionConnectionFactory.getRecoveryDelayHandler()Returns automatic connection recovery delay handler.Methods in com.rabbitmq.client with parameters of type RecoveryDelayHandlerModifier and TypeMethodDescriptionvoidConnectionFactory.setRecoveryDelayHandler(RecoveryDelayHandler recoveryDelayHandler) Sets the automatic connection recovery delay handler. -
Uses of RecoveryDelayHandler in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return RecoveryDelayHandlerModifier and TypeMethodDescriptionConnectionParams.getRecoveryDelayHandler()Get the recovery delay handler.Methods in com.rabbitmq.client.impl with parameters of type RecoveryDelayHandlerModifier and TypeMethodDescriptionvoidConnectionParams.setRecoveryDelayHandler(RecoveryDelayHandler recoveryDelayHandler)