Uses of Class
io.helidon.faulttolerance.RetryConfig.BuilderBase
Packages that use RetryConfig.BuilderBase
-
Uses of RetryConfig.BuilderBase in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance with type parameters of type RetryConfig.BuilderBaseModifier and TypeClassDescriptionstatic classRetryConfig.BuilderBase<BUILDER extends RetryConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends RetryConfig> Fluent API builder base forRetry.Subclasses of RetryConfig.BuilderBase in io.helidon.faulttoleranceMethods in io.helidon.faulttolerance with parameters of type RetryConfig.BuilderBaseModifier and TypeMethodDescriptionRetryConfig.BuilderBase.from(RetryConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.faulttolerance with parameters of type RetryConfig.BuilderBaseModifierConstructorDescriptionprotectedRetryConfigImpl(RetryConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.