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