Uses of Class
io.helidon.faulttolerance.BulkheadConfig.Builder
Packages that use BulkheadConfig.Builder
-
Uses of BulkheadConfig.Builder in io.helidon.faulttolerance
Methods in io.helidon.faulttolerance that return BulkheadConfig.BuilderModifier and TypeMethodDescriptionstatic BulkheadConfig.Builder
Bulkhead.builder()
Create a new bulkhead fluent API builder.static BulkheadConfig.Builder
BulkheadConfig.builder()
Create a new fluent API builder to customize configuration.static BulkheadConfig.Builder
BulkheadConfig.builder
(BulkheadConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.faulttolerance with type arguments of type BulkheadConfig.BuilderModifier and TypeMethodDescriptionstatic Bulkhead
Bulkhead.create
(Consumer<BulkheadConfig.Builder> builderConsumer) CreateBulkhead
customizing its configuration.