Uses of Interface
dev.failsafe.Bulkhead
Packages that use Bulkhead
-
Uses of Bulkhead in dev.failsafe
Fields in dev.failsafe declared as BulkheadMethods in dev.failsafe that return BulkheadModifier and TypeMethodDescriptionBulkheadBuilder.build()Builds a newBulkheadusing the builder's configuration.Bulkhead<?> BulkheadFullException.getBulkhead()Returns theBulkheadthat caused the exception.static <R> Bulkhead<R> Bulkhead.of(int maxConcurrency) Returns a Bulkhead for themaxConcurrencythat haszero wait.Constructors in dev.failsafe with parameters of type Bulkhead -
Uses of Bulkhead in dev.failsafe.internal
Classes in dev.failsafe.internal that implement BulkheadModifier and TypeClassDescriptionclassBulkheadImpl<R>A Bulkhead implementation that supports sync and async waiting.