| Package | Description |
|---|---|
| io.smallrye.faulttolerance.core.retry |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadSleepDelay |
| Modifier and Type | Field and Description |
|---|---|
static Delay |
Delay.NONE |
| Constructor and Description |
|---|
CompletionStageRetry(FaultToleranceStrategy<CompletionStage<V>> delegate,
String description,
SetOfThrowables retryOn,
SetOfThrowables abortOn,
long maxRetries,
long maxTotalDurationInMillis,
Delay delayBetweenRetries,
Stopwatch stopwatch,
Retry.MetricsRecorder metricsRecorder) |
Retry(FaultToleranceStrategy<V> delegate,
String description,
SetOfThrowables retryOn,
SetOfThrowables abortOn,
long maxRetries,
long maxTotalDurationInMillis,
Delay delayBetweenRetries,
Stopwatch stopwatch,
Retry.MetricsRecorder metricsRecorder) |
Copyright © 2018–2020. All rights reserved.