Uses of Interface
com.rabbitmq.stream.BackOffDelayPolicy
Packages that use BackOffDelayPolicy
Package
Description
Main API for RabbitMQ Stream Java Client.
Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client.
-
Uses of BackOffDelayPolicy in com.rabbitmq.stream
Classes in com.rabbitmq.stream that implement BackOffDelayPolicyModifier and TypeClassDescriptionstatic final class
static final class
Methods in com.rabbitmq.stream that return BackOffDelayPolicyModifier and TypeMethodDescriptionstatic BackOffDelayPolicy
A policy with a constant delay.static BackOffDelayPolicy
BackOffDelayPolicy.fixedWithInitialDelay
(Duration initialDelay, Duration delay) A policy with a first delay and then a constant delay.static BackOffDelayPolicy
BackOffDelayPolicy.fixedWithInitialDelay
(Duration initialDelay, Duration delay, Duration timeout) A policy with a first delay, then a constant delay until a timeout is reached.Methods in com.rabbitmq.stream with parameters of type BackOffDelayPolicyModifier and TypeMethodDescriptionEnvironmentBuilder.recoveryBackOffDelayPolicy
(BackOffDelayPolicy recoveryBackOffDelayPolicy) TheBackOffDelayPolicy
to use for connection recovery.EnvironmentBuilder.topologyUpdateBackOffDelayPolicy
(BackOffDelayPolicy topologyUpdateBackOffDelayPolicy) TheBackOffDelayPolicy
to use for topology recovery. -
Uses of BackOffDelayPolicy in com.rabbitmq.stream.impl
Methods in com.rabbitmq.stream.impl with parameters of type BackOffDelayPolicyModifier and TypeMethodDescriptionStreamEnvironmentBuilder.recoveryBackOffDelayPolicy
(BackOffDelayPolicy recoveryBackOffDelayPolicy) StreamEnvironmentBuilder.topologyUpdateBackOffDelayPolicy
(BackOffDelayPolicy topologyUpdateBackOffDelayPolicy)