Uses of Class
io.smallrye.faulttolerance.core.fallback.FallbackContext
-
Packages that use FallbackContext Package Description io.smallrye.faulttolerance.core.fallback -
-
Uses of FallbackContext in io.smallrye.faulttolerance.core.fallback
Methods in io.smallrye.faulttolerance.core.fallback with parameters of type FallbackContext Modifier and Type Method Description CompletionStage<T>AsyncFallbackFunction. call(FallbackContext<CompletionStage<T>> ctx)TFallbackFunction. call(FallbackContext<T> ctx)
-