Uses of Class
dev.failsafe.BulkheadConfig
Packages that use BulkheadConfig
-
Uses of BulkheadConfig in dev.failsafe
Subclasses with type arguments of type BulkheadConfig in dev.failsafeMethods in dev.failsafe that return BulkheadConfigModifier and TypeMethodDescriptionBulkhead.getConfig()Returns theBulkheadConfigthat the Bulkhead was built with.Methods in dev.failsafe with parameters of type BulkheadConfigModifier and TypeMethodDescriptionstatic <R> BulkheadBuilder<R> Bulkhead.builder(BulkheadConfig<R> config) Creates a new BulkheadBuilder that will be based on theconfig. -
Uses of BulkheadConfig in dev.failsafe.internal
Methods in dev.failsafe.internal that return BulkheadConfigConstructors in dev.failsafe.internal with parameters of type BulkheadConfig