Uses of Interface
org.apache.commons.lang3.concurrent.CircuitBreaker
Package
Description
Provides support classes for multi-threaded programming.
-
Uses of CircuitBreaker in org.apache.commons.lang3.concurrent
Modifier and TypeClassDescriptionclass
Base class for circuit breakers.class
A simple implementation of the Circuit Breaker pattern that counts specific events.class
A simple implementation of the Circuit Breaker pattern that opens if the requested increment amount is greater than a given threshold.