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 classCronConfig.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 classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.scheduling that return CronConfigModifier and TypeMethodDescriptionCronConfig.Builder.buildPrototype()static CronConfigCreate a new instance from configuration.Methods in io.helidon.scheduling with parameters of type CronConfigModifier and TypeMethodDescriptionstatic CronConfig.BuilderCronConfig.builder(CronConfig instance) Create a new fluent API builder from an existing instance.static CronCron.create(CronConfig config) Create a cron task from programmatic configuration.CronConfig.BuilderBase.from(CronConfig prototype) Update this builder from an existing prototype instance.