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