Uses of Class
org.apache.commons.lang3.concurrent.AbstractCircuitBreaker
-
Packages that use AbstractCircuitBreaker Package Description org.apache.commons.lang3.concurrent Provides support classes for multi-threaded programming. -
-
Uses of AbstractCircuitBreaker in org.apache.commons.lang3.concurrent
Subclasses of AbstractCircuitBreaker in org.apache.commons.lang3.concurrent Modifier and Type Class Description 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.
-