Uses of Interface
com.rabbitmq.stream.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
Modifier and TypeClassDescriptionstatic final class
static final class
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionStreamEnvironmentBuilder.recoveryBackOffDelayPolicy
(BackOffDelayPolicy recoveryBackOffDelayPolicy) StreamEnvironmentBuilder.topologyUpdateBackOffDelayPolicy
(BackOffDelayPolicy topologyUpdateBackOffDelayPolicy)