Class CircuitBreakerClientWithRetryAsync

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

@RequestScoped public class CircuitBreakerClientWithRetryAsync extends Object implements Serializable
A client to exercise Circuit Breaker thresholds using Retries. Analogous to CircuitBreakerClientWithRetry but methods are annotated with Asynchronous
Author:
Neil Young, Andrew Rouse
See Also: