java.lang.Object
io.helidon.faulttolerance.Ft
Fault tolerance annotations and types for Helidon Declarative.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceRuns the annotated method asynchronously.static @interfaceBulkhead protects a resource that cannot serve unlimited parallel requests.static @interfaceThe annotated method (or all methods on annotated type) will have circuit breaker according to the configuration.static @interfaceThe annotated method will fallback to the defined method on failure.static @interfaceThe annotated method (or all methods on annotated type) will be retried according to the configuration.static @interfaceThe annotated method (or all methods on annotated type) will time out according to the configuration. -
Method Summary