java.lang.Object
io.helidon.faulttolerance.Ft

public final class Ft extends Object
Fault tolerance annotations and types for Helidon Declarative.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait