| Package | Description |
|---|---|
| com.rabbitmq.stream | |
| com.rabbitmq.stream.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
BackOffDelayPolicy.FixedWithInitialDelayAndTimeoutBackOffPolicy |
static class |
BackOffDelayPolicy.FixedWithInitialDelayBackOffPolicy |
| Modifier and Type | Method and Description |
|---|---|
static BackOffDelayPolicy |
BackOffDelayPolicy.fixed(Duration delay)
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 Type | Method and Description |
|---|---|
EnvironmentBuilder |
EnvironmentBuilder.recoveryBackOffDelayPolicy(BackOffDelayPolicy recoveryBackOffDelayPolicy)
The
BackOffDelayPolicy to use for connection recovery. |
EnvironmentBuilder |
EnvironmentBuilder.topologyUpdateBackOffDelayPolicy(BackOffDelayPolicy topologyUpdateBackOffDelayPolicy)
The
BackOffDelayPolicy to use for topology recovery. |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentBuilder |
StreamEnvironmentBuilder.recoveryBackOffDelayPolicy(BackOffDelayPolicy recoveryBackOffDelayPolicy) |
EnvironmentBuilder |
StreamEnvironmentBuilder.topologyUpdateBackOffDelayPolicy(BackOffDelayPolicy topologyUpdateBackOffDelayPolicy) |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.