Uses of Interface
io.helidon.faulttolerance.FtHandler
-
Packages that use FtHandler Package Description io.helidon.faulttolerance Fault tolerance for Helidon reactive implementation. -
-
Uses of FtHandler in io.helidon.faulttolerance
Subinterfaces of FtHandler in io.helidon.faulttolerance Modifier and Type Interface Description interfaceBulkheadBulkhead protects a resource that cannot serve unlimited parallel requests.interfaceCircuitBreakerCircuitBreaker protects a potentially failing endpoint from overloading and the application from spending resources on such a failing endpoints.interfaceRetryRetry supports retry policies to be applied on an execution of asynchronous tasks.interfaceTimeoutTimeout attempts to terminate execution after the duration time passes.Methods in io.helidon.faulttolerance that return FtHandler Modifier and Type Method Description FtHandlerFaultTolerance.Builder. build()Methods in io.helidon.faulttolerance with parameters of type FtHandler Modifier and Type Method Description FaultTolerance.BuilderFaultTolerance.Builder. add(FtHandler ft)FaultTolerance.TypedBuilder<T>FaultTolerance.TypedBuilder. add(FtHandler ft)
-