Uses of Interface
io.helidon.faulttolerance.BulkheadConfig
-
Uses of BulkheadConfig in io.helidon.faulttolerance
Modifier and TypeClassDescriptionstatic class
BulkheadConfig.BuilderBase<BUILDER extends BulkheadConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends BulkheadConfig> Fluent API builder base forBulkhead
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionBulkheadConfig.Builder.buildPrototype()
static BulkheadConfig
BulkheadConfig.create()
Create a new instance with default values.static BulkheadConfig
Create a new instance from configuration.Modifier 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.