Package org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver
package org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver
-
ClassesClassDescriptionA 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.A client to exercise Circuit Breaker thresholds using Retries.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.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.A client to exercise Circuit Breaker thresholds, with a SuccessThreshold of 2, a requestVolumeThreshold of 4, failureRatio of 0.75 and a 1 millisecond delayA client to exercise Circuit Breaker thresholds, with a SuccessThreshold of 2, a requestVolumeThreshold of 4, failureRatio of 0.5 and a 1 millisecond delayClient bean with CircuitBreaker, Bulkhead and AsynchronousClient bean with CircuitBreaker, Bulkhead and AsynchronousA 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.A client to exercise Circuit Breaker thresholds using Retries.A client to exercise Circuit Breaker thresholds using Retries.Client bean with CircuitBreaker and Bulkhead