public class CircuitBreakerConfigDTO extends Object
| Constructor and Description |
|---|
CircuitBreakerConfigDTO() |
| Modifier and Type | Method and Description |
|---|---|
double |
getFailureThreshold() |
int |
getResetTimeInMillis() |
RollingWindowConfigDTO |
getRollingWindow() |
List<Integer> |
getStatusCodes() |
void |
setFailureThreshold(double failureThreshold) |
void |
setResetTimeInMillis(int resetTimeInMillis) |
void |
setRollingWindow(RollingWindowConfigDTO rollingWindow) |
void |
setStatusCodes(List<Integer> statusCodes) |
public RollingWindowConfigDTO getRollingWindow()
public void setRollingWindow(RollingWindowConfigDTO rollingWindow)
public double getFailureThreshold()
public void setFailureThreshold(double failureThreshold)
public int getResetTimeInMillis()
public void setResetTimeInMillis(int resetTimeInMillis)
Copyright © 2021 WSO2. All rights reserved.