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 class
AbstractCircuitBreaker<T>
Base class for circuit breakers.class
EventCountCircuitBreaker
A simple implementation of the Circuit Breaker pattern that counts specific events.class
ThresholdCircuitBreaker
A simple implementation of the Circuit Breaker pattern that opens if the requested increment amount is greater than a given threshold.
-