| Class | Description |
|---|---|
| CircuitBreakerClassLevelClientWithDelay |
A client to exercise Circuit Breaker thresholds, with a SuccessThreshold of 2, a requestVolumeThreshold of 4,
failureRatio of 0.75 and a 50 second delay, so that, once opened, the Circuit Breaker remains open for the duration
of the test.
|
| CircuitBreakerClassLevelClientWithRetry |
A client to exercise Circuit Breaker thresholds using Retries.
|
| CircuitBreakerClientDefaultSuccessThreshold |
A client to exercise Circuit Breaker thresholds, with a default SuccessThreshold of 1, a requestVolumeThreshold of 4,
failureRatio of 0.75 and a 1 second delay.
|
| CircuitBreakerClientHigherSuccessThreshold |
A client to exercise Circuit Breaker thresholds, with a SuccessThreshold of 3, a requestVolumeThreshold of 4,
failureRatio of 0.75 and a 1 second delay.
|
| CircuitBreakerClientNoDelay |
A client to exercise Circuit Breaker thresholds, with a SuccessThreshold of 2, a requestVolumeThreshold of 4,
failureRatio of 0.75 and a 1 millisecond delay
|
| CircuitBreakerClientRollingWindow |
A client to exercise Circuit Breaker thresholds, with a SuccessThreshold of 2, a requestVolumeThreshold of 4,
failureRatio of 0.5 and a 1 millisecond delay
|
| CircuitBreakerClientWithAsyncBulkhead |
Client bean with CircuitBreaker, Bulkhead and Asynchronous
|
| CircuitBreakerClientWithAsyncBulkheadNoFail |
Client bean with CircuitBreaker, Bulkhead and Asynchronous
|
| CircuitBreakerClientWithDelay |
A client to exercise Circuit Breaker thresholds, with a SuccessThreshold of 2, a requestVolumeThreshold of 4,
failureRatio of 0.75 and a 50 second delay, so that, once opened, the Circuit Breaker remains open for the duration
of the test.
|
| CircuitBreakerClientWithRetry |
A client to exercise Circuit Breaker thresholds using Retries.
|
| CircuitBreakerClientWithRetryAsync |
A client to exercise Circuit Breaker thresholds using Retries.
|
| CircuitBreakerClientWithSyncBulkhead |
Client bean with CircuitBreaker and Bulkhead
|
| CircuitBreakerClientWithTimeout |
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.