Uses of Class
io.helidon.scheduling.CronConfig.Builder
-
Uses of CronConfig.Builder in io.helidon.scheduling
Modifier and TypeMethodDescriptionstatic CronConfig.Builder
Cron.builder()
Create a new fluent API builder to build a cron task.static CronConfig.Builder
CronConfig.builder()
Create a new fluent API builder to customize configuration.static CronConfig.Builder
CronConfig.builder
(CronConfig instance) Create a new fluent API builder from an existing instance.static CronConfig.Builder
Scheduling.cron()
Build a task executed periodically according to provided cron expression.Modifier and TypeMethodDescriptionstatic Cron
Cron.create
(Consumer<CronConfig.Builder> configConsumer) Create a cron task from configuration.