Package io.helidon.microprofile.faulttolerance
Helidon implementation of Microprofile fault tolerance.
- See Also:
 org.eclipse.microprofile.faulttolerance
- 
Class Summary Class Description AnnotationFinder Searches for transitive annotations associated with interceptor bindings in a given Java package.FaultToleranceExtension CDI extension for Helidon's Fault Tolerance implementation.FaultToleranceExtension.AnnotatedTypeWrapper<T> Wraps an annotated type for the purpose of adding and/or overriding some annotations. - 
Annotation Types Summary Annotation Type Description RetryExponentialBackoff A retry policy that increases the delay time following an exponential sequence.RetryFibonacciBackoff A retry policy that increases the delay time following the Fibonacci sequence.