Uses of Class
dev.failsafe.BulkheadBuilder
Packages that use BulkheadBuilder
-
Uses of BulkheadBuilder in dev.failsafe
Subclasses with type arguments of type BulkheadBuilder in dev.failsafeMethods in dev.failsafe that return BulkheadBuilderModifier and TypeMethodDescriptionstatic <R> BulkheadBuilder<R> Bulkhead.builder(int maxConcurrency) Returns a Bulkhead for themaxConcurrencythat 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 themaxWaitTimeto wait for permits to be available.