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

@RequestScoped public class CircuitBreakerClientNoDelay extends Object implements Serializable
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
Author:
Neil Young
See Also: