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 class
Basic implementation ofRecoveryDelayHandler
that returns thenetwork recovery interval
each time.static class
Backoff implementation ofRecoveryDelayHandler
that 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 TypeMethodDescriptionvoid
ConnectionFactory.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 TypeMethodDescriptionvoid
ConnectionParams.setRecoveryDelayHandler
(RecoveryDelayHandler recoveryDelayHandler)