Uses of Class
dev.failsafe.BulkheadBuilder
Packages that use BulkheadBuilder
-
Uses of BulkheadBuilder in dev.failsafe
Methods in dev.failsafe that return BulkheadBuilderModifier and TypeMethodDescriptionstatic <R> BulkheadBuilder
<R> Bulkhead.builder
(int maxConcurrency) Returns a Bulkhead for themaxConcurrency
that haszero wait
.static <R> BulkheadBuilder
<R> Bulkhead.builder
(BulkheadConfig<R> config) Creates a new BulkheadBuilder that will be based on theconfig
.BulkheadBuilder.withMaxWaitTime
(Duration maxWaitTime) Configures themaxWaitTime
to wait for permits to be available.