Maximal number of parallel requests going through this bulkhead.
When the limit is reached, additional requests are enqueued.
Returns:
maximal number of parallel calls, defaults is 10
queueLength
intqueueLength()
Maximal number of enqueued requests waiting for processing.
When the limit is reached, additional attempts to invoke
a request will receive a BulkheadException.
Flag to enable metrics for this instance. The value of this flag is
combined with the global config entry
FaultTolerance.FT_METRICS_DEFAULT_ENABLED.
If either of these flags is true, then metrics will be enabled
for the instance.