Uses of Interface
io.helidon.faulttolerance.BulkheadConfig
Packages that use BulkheadConfig
-
Uses of BulkheadConfig in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance with type parameters of type BulkheadConfigModifier and TypeClassDescriptionstatic classBulkheadConfig.BuilderBase<BUILDER extends BulkheadConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends BulkheadConfig> Fluent API builder base forBulkhead.Classes in io.helidon.faulttolerance that implement BulkheadConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.faulttolerance that return BulkheadConfigModifier and TypeMethodDescriptionBulkheadConfig.Builder.buildPrototype()static BulkheadConfigBulkheadConfig.create()Create a new instance with default values.static BulkheadConfigCreate a new instance from configuration.Methods in io.helidon.faulttolerance with parameters of type BulkheadConfigModifier and TypeMethodDescriptionstatic BulkheadConfig.BuilderBulkheadConfig.builder(BulkheadConfig instance) Create a new fluent API builder from an existing instance.static BulkheadBulkhead.create(BulkheadConfig config) CreateBulkheadfrom its configuration.BulkheadConfig.BuilderBase.from(BulkheadConfig prototype) Update this builder from an existing prototype instance.