Uses of Interface
org.apache.commons.lang3.concurrent.CircuitBreaker
-
Packages that use CircuitBreaker Package Description org.apache.commons.lang3.concurrent Provides support classes for multi-threaded programming. -
-
Uses of CircuitBreaker in org.apache.commons.lang3.concurrent
Classes in org.apache.commons.lang3.concurrent that implement CircuitBreaker Modifier and Type Class Description classAbstractCircuitBreaker<T>Base class for circuit breakers.classEventCountCircuitBreakerA simple implementation of the Circuit Breaker pattern that counts specific events.classThresholdCircuitBreakerA simple implementation of the Circuit Breaker pattern that opens if the requested increment amount is greater than a given threshold.
-