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 newBulkhead
using the builder's configuration.Bulkhead
<?> BulkheadFullException.getBulkhead()
Returns theBulkhead
that caused the exception.static <R> Bulkhead
<R> Bulkhead.of
(int maxConcurrency) Returns a Bulkhead for themaxConcurrency
that 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 TypeClassDescriptionclass
BulkheadImpl<R>
A Bulkhead implementation that supports sync and async waiting.