| Package | Description |
|---|---|
| io.smallrye.faulttolerance.core.bulkhead |
| Modifier and Type | Class and Description |
|---|---|
class |
CompletionStageBulkhead<V> |
class |
SemaphoreBulkhead<V> |
class |
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.