Class CircuitBreakerClientHigherSuccessThreshold

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

@RequestScoped public class CircuitBreakerClientHigherSuccessThreshold extends Object implements Serializable
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.
Author:
Neil Young
See Also:
  • Constructor Details

    • CircuitBreakerClientHigherSuccessThreshold

      public CircuitBreakerClientHigherSuccessThreshold()
  • Method Details