Uses of Interface
io.helidon.faulttolerance.FtHandlerTyped
-
Packages that use FtHandlerTyped Package Description io.helidon.faulttolerance Fault tolerance for Helidon reactive implementation. -
-
Uses of FtHandlerTyped in io.helidon.faulttolerance
Subinterfaces of FtHandlerTyped in io.helidon.faulttolerance Modifier and Type Interface Description interfaceFallback<T>Fallback allows the user to execute an alternative supplier of results in case the usual one fails.Methods in io.helidon.faulttolerance that return FtHandlerTyped Modifier and Type Method Description FtHandlerTyped<T>FaultTolerance.TypedBuilder. build()
-