public static interface Bulkhead.Metrics
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailableConcurrentCalls()
Returns the number of parallel executions this bulkhead can support at this point in
time.
|
int |
getMaxAllowedConcurrentCalls()
Returns the configured max amount of concurrent calls allowed for this bulkhead,
basically it's a top inclusive bound for the value returned from
getAvailableConcurrentCalls(). |
int getAvailableConcurrentCalls()
int getMaxAllowedConcurrentCalls()
getAvailableConcurrentCalls().