Uses of Package
io.github.resilience4j.circuitbreaker
Packages that use io.github.resilience4j.circuitbreaker
Package
Description
-
Classes in io.github.resilience4j.circuitbreaker used by io.github.resilience4j.circuitbreakerClassDescriptionA
CallNotPermittedExceptionsignals that the CircuitBreaker is HALF_OPEN or OPEN and a call is not permitted to be executed.A CircuitBreaker instance is thread-safe can be used to decorate multiple requests.An EventPublisher can be used to register event consumers.States of the CircuitBreaker state machine.State transitions of the CircuitBreaker state machine.ACircuitBreakerConfigconfigures aCircuitBreakerResult of theCircuitBreakerConfig.getTransitionOnResult()function with which one can tell the circuit breaker to transition to a different state if the result of a call meet the desired criteria.TheCircuitBreakerRegistryis a factory to create CircuitBreaker instances which stores all CircuitBreaker instances in a registry. -
Classes in io.github.resilience4j.circuitbreaker used by io.github.resilience4j.circuitbreaker.eventClassDescriptionState transitions of the CircuitBreaker state machine.
-
Classes in io.github.resilience4j.circuitbreaker used by io.github.resilience4j.circuitbreaker.internalClassDescriptionA CircuitBreaker instance is thread-safe can be used to decorate multiple requests.An EventPublisher can be used to register event consumers.States of the CircuitBreaker state machine.State transitions of the CircuitBreaker state machine.A
CircuitBreakerConfigconfigures aCircuitBreakerResult of theCircuitBreakerConfig.getTransitionOnResult()function with which one can tell the circuit breaker to transition to a different state if the result of a call meet the desired criteria.TheCircuitBreakerRegistryis a factory to create CircuitBreaker instances which stores all CircuitBreaker instances in a registry. -
Classes in io.github.resilience4j.circuitbreaker used by io.github.resilience4j.circuitbreaker.utilsClassDescriptionA CircuitBreaker instance is thread-safe can be used to decorate multiple requests.Result of the
CircuitBreakerConfig.getTransitionOnResult()function with which one can tell the circuit breaker to transition to a different state if the result of a call meet the desired criteria.