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 classRetryConfig.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 classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.faulttolerance that return RetryConfigModifier and TypeMethodDescriptionRetryConfig.Builder.buildPrototype()static RetryConfigRetryConfig.create()Create a new instance with default values.static RetryConfigCreate a new instance from configuration.Methods in io.helidon.faulttolerance with parameters of type RetryConfigModifier and TypeMethodDescriptionstatic RetryConfig.BuilderRetryConfig.builder(RetryConfig instance) Create a new fluent API builder from an existing instance.static RetryRetry.create(RetryConfig retryConfig) Create a new retry from its configuration.RetryConfig.BuilderBase.from(RetryConfig prototype) Update this builder from an existing prototype instance.