All Classes and Interfaces

Class
Description
 
Annotation allow applying CircuitBreaker to a specific method When applied to method, method may throw CallNotPermittedException when all CircuitBreaker in OPEN state
A CircuitBreaker manages the state of a backend system.
 
Configures behavior of CircuitBreaker.releaseOnError(Throwable) on whenever exception should count as failre or not
Manages state of all CircuitBreaker in system
Records circuit breaker metrics
 
 
You can use Resilient4j documentation as a description of how CircuitBreaker works and how similar properties are configution its parts