| Package | Description |
|---|---|
| io.smallrye.faulttolerance.core.circuit.breaker |
| Modifier and Type | Field and Description |
|---|---|
static CircuitBreaker.MetricsRecorder |
CircuitBreaker.MetricsRecorder.NO_OP |
| Constructor and Description |
|---|
CircuitBreaker(FaultToleranceStrategy<V> delegate,
String description,
SetOfThrowables failOn,
SetOfThrowables skipOn,
long delayInMillis,
int requestVolumeThreshold,
double failureRatio,
int successThreshold,
Stopwatch stopwatch,
CircuitBreaker.MetricsRecorder metricsRecorder) |
CompletionStageCircuitBreaker(FaultToleranceStrategy<CompletionStage<V>> delegate,
String description,
SetOfThrowables failOn,
SetOfThrowables skipOn,
long delayInMillis,
int requestVolumeThreshold,
double failureRatio,
int successThreshold,
Stopwatch stopwatch,
CircuitBreaker.MetricsRecorder metricsRecorder) |
Copyright © 2018–2020. All rights reserved.