Uses of Interface
com.rabbitmq.client.amqp.BackOffDelayPolicy
-
Uses of BackOffDelayPolicy in com.rabbitmq.client.amqp
Modifier and TypeClassDescriptionstatic final class
Policy with an initial delay for the first attempt, then a fixed delay, and a timeout.static final class
Policy with an initial delay for the first attempt, then a fixed delay.Modifier and TypeMethodDescriptionstatic BackOffDelayPolicy
Policy with a fixed delay.static BackOffDelayPolicy
BackOffDelayPolicy.fixedWithInitialDelay
(Duration initialDelay, Duration delay) Policy with an initial delay for the first attempt, then a fixed delay.static BackOffDelayPolicy
BackOffDelayPolicy.fixedWithInitialDelay
(Duration initialDelay, Duration delay, Duration timeout) Policy with an initial delay for the first attempt, then a fixed delay, and a timeout.Modifier and TypeMethodDescriptionConnectionBuilder.RecoveryConfiguration.backOffDelayPolicy
(BackOffDelayPolicy backOffDelayPolicy) Delay policy for connection attempts.