Uses of Interface
io.helidon.scheduling.FixedRateConfig
-
Uses of FixedRateConfig in io.helidon.scheduling
Modifier and TypeClassDescriptionstatic class
FixedRateConfig.BuilderBase<BUILDER extends FixedRateConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends FixedRateConfig> Fluent API builder base forFixedRate
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionFixedRateConfig.Builder.buildPrototype()
static FixedRateConfig
Create a new instance from configuration.Modifier 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.