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