Class CircuitBreakerClientRollingWindow

java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientRollingWindow
All Implemented Interfaces:
Serializable

@RequestScoped public class CircuitBreakerClientRollingWindow extends Object implements Serializable
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
Author:
Emily Jiang
See Also: