Package | Description |
---|---|
io.vertx.circuitbreaker | |
io.vertx.reactivex.circuitbreaker | |
io.vertx.rxjava.circuitbreaker | |
io.vertx.rxjava3.circuitbreaker |
Modifier and Type | Method and Description |
---|---|
static RetryPolicy |
RetryPolicy.constantDelay(long delay)
Create a constant delay retry policy.
|
static RetryPolicy |
RetryPolicy.exponentialDelayWithJitter(long initialDelay,
long maxDelay)
Create an exponential delay with jitter retry policy.
|
static RetryPolicy |
RetryPolicy.linearDelay(long initialDelay,
long maxDelay)
Create a linear delay retry policy.
|
Modifier and Type | Method and Description |
---|---|
CircuitBreaker |
CircuitBreaker.retryPolicy(RetryPolicy retryPolicy)
Set a
RetryPolicy which computes a delay before retry execution. |
Modifier and Type | Method and Description |
---|---|
RetryPolicy |
RetryPolicy.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RetryPolicy |
RetryPolicy.newInstance(RetryPolicy arg) |
Constructor and Description |
---|
RetryPolicy(RetryPolicy delegate) |
Modifier and Type | Method and Description |
---|---|
RetryPolicy |
RetryPolicy.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RetryPolicy |
RetryPolicy.newInstance(RetryPolicy arg) |
Constructor and Description |
---|
RetryPolicy(RetryPolicy delegate) |
Modifier and Type | Method and Description |
---|---|
RetryPolicy |
RetryPolicy.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static RetryPolicy |
RetryPolicy.newInstance(RetryPolicy arg) |
Constructor and Description |
---|
RetryPolicy(RetryPolicy delegate) |
Copyright © 2023 Eclipse. All rights reserved.