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 classstatic final classMethods in com.rabbitmq.stream that return BackOffDelayPolicyModifier and TypeMethodDescriptionstatic BackOffDelayPolicyA policy with a constant delay.static BackOffDelayPolicyBackOffDelayPolicy.fixedWithInitialDelay(Duration initialDelay, Duration delay) A policy with a first delay and then a constant delay.static BackOffDelayPolicyBackOffDelayPolicy.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) TheBackOffDelayPolicyto use for connection recovery.EnvironmentBuilder.topologyUpdateBackOffDelayPolicy(BackOffDelayPolicy topologyUpdateBackOffDelayPolicy) TheBackOffDelayPolicyto 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)