Uses of Class
io.smallrye.faulttolerance.core.bulkhead.BulkheadBase
-
Packages that use BulkheadBase Package Description io.smallrye.faulttolerance.core.bulkhead -
-
Uses of BulkheadBase in io.smallrye.faulttolerance.core.bulkhead
Subclasses of BulkheadBase in io.smallrye.faulttolerance.core.bulkhead Modifier and Type Class Description classCompletionStageThreadPoolBulkhead<V>Thread pool style bulkhead forCompletionStageasynchronous executions.classFutureThreadPoolBulkhead<V>Thread pool style bulkhead forFutureasynchronous executions.classSemaphoreBulkhead<V>Semaphore style bulkhead for synchronous executions.
-