Uses of Package
io.smallrye.faulttolerance.api
-
Classes in io.smallrye.faulttolerance.api used by io.smallrye.faulttolerance.api Class Description CircuitBreakerMaintenance Allows reading and observing current state of circuit breakers and reseting them to the initial (closed) state.CircuitBreakerState CustomBackoffStrategy For each invocation of a method annotated@Retryand@CustomBackoff, an instance of custom backoff strategy is created and used for computing delays between individual retry attempts.FaultTolerance Allows guarding an action with various fault tolerance strategies: bulkhead, circuit breaker, fallback, retry, and timeout.FaultTolerance.Builder A builder for configuring fault tolerance strategies.FaultTolerance.Builder.BulkheadBuilder Configures a bulkhead.FaultTolerance.Builder.CircuitBreakerBuilder Configures a circuit breaker.FaultTolerance.Builder.FallbackBuilder Configures a fallback.FaultTolerance.Builder.RetryBuilder Configures a retry.FaultTolerance.Builder.RetryBuilder.CustomBackoffBuilder Configures a custom backoff for retry.FaultTolerance.Builder.RetryBuilder.ExponentialBackoffBuilder Configures an exponential backoff for retry.FaultTolerance.Builder.RetryBuilder.FibonacciBackoffBuilder Configures a Fibonacci backoff for retry.FaultTolerance.Builder.TimeoutBuilder Configures a timeout.FaultToleranceSpi This is an internal API.