| Package | Description |
|---|---|
| io.smallrye.faulttolerance.core.retry |
| Modifier and Type | Field and Description |
|---|---|
static Retry.MetricsRecorder |
Retry.MetricsRecorder.NO_OP |
| 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.