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