Uses of Interface
io.helidon.faulttolerance.RetryConfig
Packages that use RetryConfig
-
Uses of RetryConfig in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance with type parameters of type RetryConfigModifier and TypeClassDescriptionstatic class
RetryConfig.BuilderBase<BUILDER extends RetryConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends RetryConfig> Fluent API builder base forRetry
.Classes in io.helidon.faulttolerance that implement RetryConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.faulttolerance that return RetryConfigModifier and TypeMethodDescriptionRetryConfig.Builder.buildPrototype()
static RetryConfig
RetryConfig.create()
Create a new instance with default values.static RetryConfig
Create a new instance from configuration.Methods in io.helidon.faulttolerance with parameters of type RetryConfigModifier and TypeMethodDescriptionstatic RetryConfig.Builder
RetryConfig.builder
(RetryConfig instance) Create a new fluent API builder from an existing instance.static Retry
Retry.create
(RetryConfig retryConfig) Create a new retry from its configuration.RetryConfig.BuilderBase.from
(RetryConfig prototype) Update this builder from an existing prototype instance.