| Interface | Description |
|---|---|
| BulkheadBase.MetricsRecorder |
| Class | Description |
|---|---|
| BulkheadBase<V> | |
| CompletionStageBulkhead<V> | |
| SemaphoreBulkhead<V> | |
| ThreadPoolBulkhead<V> |
The implementation intentionally doesn't leverage an executor with
a limited queue but limits the task intake with Semaphore
Proper removal from executor's queue is not possible for MicroProfile Context Propagation. |
Copyright © 2018–2020. All rights reserved.