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 forBulkheadConfig.Classes in io.helidon.faulttolerance that implement BulkheadConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type BulkheadConfig in io.helidon.faulttoleranceSubinterfaces with type arguments of type BulkheadConfig in io.helidon.faulttoleranceModifier and TypeInterfaceDescriptioninterfaceBulkhead protects a resource that cannot serve unlimited parallel requests.Methods in io.helidon.faulttolerance that return BulkheadConfigModifier and TypeMethodDescriptionBulkheadConfig.Builder.buildPrototype()Create an instance of the prototype.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.