Uses of Class
io.helidon.scheduling.FixedRateConfig.BuilderBase
Packages that use FixedRateConfig.BuilderBase
-
Uses of FixedRateConfig.BuilderBase in io.helidon.scheduling
Classes in io.helidon.scheduling with type parameters of type FixedRateConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
FixedRateConfig.BuilderBase<BUILDER extends FixedRateConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends FixedRateConfig> Fluent API builder base forFixedRate
.Subclasses of FixedRateConfig.BuilderBase in io.helidon.schedulingMethods in io.helidon.scheduling with parameters of type FixedRateConfig.BuilderBaseModifier and TypeMethodDescriptionFixedRateConfig.BuilderBase.from
(FixedRateConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.scheduling with parameters of type FixedRateConfig.BuilderBaseModifierConstructorDescriptionprotected
FixedRateConfigImpl
(FixedRateConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.