Uses of Class
io.helidon.faulttolerance.BulkheadConfig.Builder
Packages that use BulkheadConfig.Builder
-
Uses of BulkheadConfig.Builder in io.helidon.faulttolerance
Subclasses with type arguments of type BulkheadConfig.Builder in io.helidon.faulttoleranceClasses in io.helidon.faulttolerance that implement interfaces with type arguments of type BulkheadConfig.BuilderMethods in io.helidon.faulttolerance that return BulkheadConfig.BuilderModifier and TypeMethodDescriptionstatic BulkheadConfig.BuilderBulkhead.builder()Create a new bulkhead fluent API builder.static BulkheadConfig.BuilderBulkheadConfig.builder()Create a new fluent API builder to customize configuration.static BulkheadConfig.BuilderBulkheadConfig.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 BulkheadBulkhead.create(Consumer<BulkheadConfig.Builder> builderConsumer) CreateBulkheadcustomizing its configuration.