Uses of Class
io.helidon.faulttolerance.BulkheadConfig.BuilderBase
Packages that use BulkheadConfig.BuilderBase
-
Uses of BulkheadConfig.BuilderBase in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance with type parameters of type BulkheadConfig.BuilderBaseModifier and TypeClassDescriptionstatic classBulkheadConfig.BuilderBase<BUILDER extends BulkheadConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends BulkheadConfig> Fluent API builder base forBulkhead.Subclasses of BulkheadConfig.BuilderBase in io.helidon.faulttoleranceMethods in io.helidon.faulttolerance with parameters of type BulkheadConfig.BuilderBaseModifier and TypeMethodDescriptionBulkheadConfig.BuilderBase.from(BulkheadConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.faulttolerance with parameters of type BulkheadConfig.BuilderBaseModifierConstructorDescriptionprotectedBulkheadConfigImpl(BulkheadConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.