@RequestScoped public class CircuitBreakerClientNoDelay extends Object implements Serializable
| Constructor and Description |
|---|
CircuitBreakerClientNoDelay() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCounterForInvokingServiceA() |
Connection |
serviceA() |
void |
setCounterForInvokingServiceA(int count) |
public int getCounterForInvokingServiceA()
public void setCounterForInvokingServiceA(int count)
@CircuitBreaker(successThreshold=2, requestVolumeThreshold=4, failureRatio=0.75, delay=1L) public Connection serviceA()
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.