Uses of Interface
io.helidon.faulttolerance.FtHandler
Packages that use FtHandler
-
Uses of FtHandler in io.helidon.faulttolerance
Subinterfaces of FtHandler in io.helidon.faulttoleranceModifier and TypeInterfaceDescriptioninterfaceBulkhead protects a resource that cannot serve unlimited parallel requests.interfaceCircuitBreaker protects a potentially failing endpoint from overloading and the application from spending resources on those endpoints.interfaceRetry supports retry policies to be applied on an execution of asynchronous tasks.interfaceTimeout attempts to terminate execution after defined duration of time.Classes in io.helidon.faulttolerance that implement interfaces with type arguments of type FtHandlerModifier and TypeClassDescriptionstatic classA builder used for setting up a customized list of fault tolerance handlers.Methods in io.helidon.faulttolerance that return FtHandlerMethods in io.helidon.faulttolerance with parameters of type FtHandlerModifier and TypeMethodDescription