| Package | Description |
|---|---|
| darabonba.core.policy.retry | |
| darabonba.core.policy.retry.conditions |
| Modifier and Type | Method and Description |
|---|---|
RetryCondition |
RetryPolicy.aggregateRetryCondition() |
RetryCondition |
RetryPolicy.retryCondition() |
| Modifier and Type | Method and Description |
|---|---|
RetryPolicy.Builder |
RetryPolicy.Builder.retryCondition(RetryCondition retryCondition) |
RetryPolicy.Builder |
RetryPolicy.BuilderImpl.retryCondition(RetryCondition retryCondition) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndRetryCondition |
class |
ExceptionsCondition |
class |
MaxRetriesCondition |
class |
OrRetryCondition |
class |
StatusCodeCondition |
| Modifier and Type | Field and Description |
|---|---|
static RetryCondition |
SdkRetryCondition.DEFAULT |
static RetryCondition |
SdkRetryCondition.NONE |
| Modifier and Type | Method and Description |
|---|---|
static RetryCondition |
RetryCondition.defaultRetryCondition() |
static RetryCondition |
RetryCondition.none()
A retry condition that will NEVER allow retries.
|
| Modifier and Type | Method and Description |
|---|---|
static AndRetryCondition |
AndRetryCondition.create(RetryCondition... conditions) |
static OrRetryCondition |
OrRetryCondition.create(RetryCondition... conditions) |
Copyright © 2022. All rights reserved.