Uses of Interface
com.rabbitmq.client.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
Modifier 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.Modifier and TypeMethodDescriptionConnectionFactory.getRecoveryDelayHandler()
Returns automatic connection recovery delay handler.Modifier and TypeMethodDescriptionvoid
ConnectionFactory.setRecoveryDelayHandler
(RecoveryDelayHandler recoveryDelayHandler) Sets the automatic connection recovery delay handler. -
Uses of RecoveryDelayHandler in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionConnectionParams.getRecoveryDelayHandler()
Get the recovery delay handler.Modifier and TypeMethodDescriptionvoid
ConnectionParams.setRecoveryDelayHandler
(RecoveryDelayHandler recoveryDelayHandler)