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 stateA
CircuitBreaker manages the state of a backend system.Configures behavior of
CircuitBreaker.releaseOnError(Throwable) on whenever exception should count as failre or notManages state of all
CircuitBreaker in systemRecords circuit breaker metrics
You can use Resilient4j documentation as a description of how CircuitBreaker works and how similar properties are configution its parts