Uses of Class
io.helidon.scheduling.Scheduling.CronBuilder
Packages that use Scheduling.CronBuilder
-
Uses of Scheduling.CronBuilder in io.helidon.scheduling
Methods in io.helidon.scheduling that return Scheduling.CronBuilderModifier and TypeMethodDescriptionScheduling.CronBuilder.concurrentExecution(boolean allowConcurrentExecution) Allow concurrent execution if previous task didn't finish before next execution.static Scheduling.CronBuilderScheduling.cronBuilder()Build a task executed periodically according to provided cron expression.Scheduling.CronBuilder.executor(ScheduledExecutorService executorService) CustomScheduledExecutorServiceused for executing scheduled task.Scheduling.CronBuilder.expression(String cronExpression) Cron expression for specifying period of execution.Scheduling.CronBuilder.task(ScheduledConsumer<CronInvocation> task) Task to be scheduled for execution.