public static class CircuitBreaker.Setting extends Object
Modifier and Type | Field and Description |
---|---|
int |
maxFailNum |
float |
maxFailPercentage |
int |
maxRequests |
long |
timeoutMs |
long |
windowIntervalMs |
Constructor and Description |
---|
Setting() |
Copyright © 2024. All rights reserved.