Interface SmallRyeFaultToleranceConfig.StrategiesConfig.BulkheadConfig
- Enclosing interface:
SmallRyeFaultToleranceConfig.StrategiesConfig
public static interface SmallRyeFaultToleranceConfig.StrategiesConfig.BulkheadConfig
-
Method Details
-
enabled
Whether the@Bulkheadstrategy is enabled. -
value
The maximum number of concurrent invocations.- See Also:
-
waitingTaskQueue
The maximum number of queued asynchronous invocations. Asynchronous invocations are queued when the number of concurrent invocations in progress has already reached the maximum. Synchronous invocations are not queued at all and are rejected immediately.- See Also:
-