| key | type | default value | description |
|---|---|---|---|
|
boolean |
|
Policy to cancel any source stage if the value return by Bulkhead#invoke
is cancelled. Default is |
|
int |
|
Maximal number of parallel requests going through this bulkhead. When the limit is reached, additional requests are enqueued. |
|
string |
|
A name assigned for debugging, error reporting or configuration purposes. |
|
int |
|
Maximal number of enqueued requests waiting for processing. When the limit is reached, additional attempts to invoke a request will receive a io.helidon.reactive.faulttolerance.BulkheadException. |