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 class
BulkheadConfig.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 class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.faulttolerance that return BulkheadConfigModifier and TypeMethodDescriptionBulkheadConfig.Builder.buildPrototype()
static BulkheadConfig
BulkheadConfig.create()
Create a new instance with default values.static BulkheadConfig
Create a new instance from configuration.Methods in io.helidon.faulttolerance with parameters of type BulkheadConfigModifier and TypeMethodDescriptionstatic BulkheadConfig.Builder
BulkheadConfig.builder
(BulkheadConfig instance) Create a new fluent API builder from an existing instance.static Bulkhead
Bulkhead.create
(BulkheadConfig config) CreateBulkhead
from its configuration.BulkheadConfig.BuilderBase.from
(BulkheadConfig prototype) Update this builder from an existing prototype instance.