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.Constructors in dev.failsafe with parameters of type BulkheadConfigModifierConstructorDescription(package private)BulkheadBuilder(BulkheadConfig<R> config) (package private)BulkheadConfig(BulkheadConfig<R> config) -
Uses of BulkheadConfig in dev.failsafe.internal
Fields in dev.failsafe.internal declared as BulkheadConfigMethods in dev.failsafe.internal that return BulkheadConfigConstructors in dev.failsafe.internal with parameters of type BulkheadConfig