Package io.smallrye.faulttolerance.core.bulkhead
-
Class Summary Class Description BulkheadBase<V> BulkheadEvents BulkheadLogger_$logger Warning this class consists of generated code.CompletionStageThreadPoolBulkhead<V> Thread pool style bulkhead forCompletionStageasynchronous executions.FutureThreadPoolBulkhead<V> Thread pool style bulkhead forFutureasynchronous executions.SemaphoreBulkhead<V> Semaphore style bulkhead for synchronous executions. -
Enum Summary Enum Description BulkheadEvents.DecisionMade BulkheadEvents.FinishedRunning BulkheadEvents.FinishedWaiting BulkheadEvents.StartedRunning BulkheadEvents.StartedWaiting