Uses of Interface
io.smallrye.faulttolerance.core.fallback.FallbackFunction
-
Packages that use FallbackFunction Package Description io.smallrye.faulttolerance.core.fallback -
-
Uses of FallbackFunction in io.smallrye.faulttolerance.core.fallback
Classes in io.smallrye.faulttolerance.core.fallback that implement FallbackFunction Modifier and Type Class Description classAsyncFallbackFunction<T>Constructors in io.smallrye.faulttolerance.core.fallback with parameters of type FallbackFunction Constructor Description AsyncFallbackFunction(FallbackFunction<CompletionStage<T>> delegate, Executor executor)CompletionStageFallback(FaultToleranceStrategy<CompletionStage<V>> delegate, String description, FallbackFunction<CompletionStage<V>> fallback, ExceptionDecision exceptionDecision)Fallback(FaultToleranceStrategy<V> delegate, String description, FallbackFunction<V> fallback, ExceptionDecision exceptionDecision)
-