Package | Description |
---|---|
org.apache.commons.lang3.concurrent |
Provides support classes for multi-threaded programming.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.