All Classes
-
All Classes Interface Summary Enum Summary Annotation Types Summary Class Description CircuitBreakerMaintenance Allows reading current state of circuit breakers and reseting them to the initial (closed) state.CircuitBreakerName A@CircuitBreakermethod can be annotated@CircuitBreakerNameto provide a name for the circuit breaker associated with the annotated method.CircuitBreakerState CustomBackoff Modifies a@Retryannotation to use a custom backoff strategy instead of the default constant backoff.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.ExponentialBackoff Modifies a@Retryannotation to use exponential backoff instead of the default constant backoff.FibonacciBackoff Modifies a@Retryannotation to use Fibonacci backoff instead of the default constant backoff.