| Package | Description |
|---|---|
| io.smallrye.faulttolerance.core.fallback |
| Constructor and Description |
|---|
CompletionStageFallback(FaultToleranceStrategy<CompletionStage<V>> delegate,
String description,
FallbackFunction<CompletionStage<V>> fallback,
SetOfThrowables applyOn,
SetOfThrowables skipOn,
Fallback.MetricsRecorder metricsRecorder) |
Fallback(FaultToleranceStrategy<V> delegate,
String description,
FallbackFunction<V> fallback,
SetOfThrowables applyOn,
SetOfThrowables skipOn,
Fallback.MetricsRecorder metricsRecorder) |
Copyright © 2018–2020. All rights reserved.