Uses of Interface
io.helidon.scheduling.FixedRateConfig
Packages that use FixedRateConfig
-
Uses of FixedRateConfig in io.helidon.scheduling
Classes in io.helidon.scheduling with type parameters of type FixedRateConfigModifier and TypeClassDescriptionstatic class
FixedRateConfig.BuilderBase<BUILDER extends FixedRateConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends FixedRateConfig> Fluent API builder base forFixedRate
.Classes in io.helidon.scheduling that implement FixedRateConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.scheduling that return FixedRateConfigModifier and TypeMethodDescriptionFixedRateConfig.Builder.buildPrototype()
static FixedRateConfig
Create a new instance from configuration.Methods in io.helidon.scheduling with parameters of type FixedRateConfigModifier and TypeMethodDescriptionstatic FixedRateConfig.Builder
FixedRateConfig.builder
(FixedRateConfig instance) Create a new fluent API builder from an existing instance.static FixedRate
FixedRate.create
(FixedRateConfig config) Create a fixed rate task from programmatic configuration.FixedRateConfig.BuilderBase.from
(FixedRateConfig prototype) Update this builder from an existing prototype instance.