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) Deprecated, for removal: This API element is subject to removal in a future version.Allow concurrent execution if previous task didn't finish before next execution.static Scheduling.CronBuilder
Scheduling.cronBuilder()
Deprecated, for removal: This API element is subject to removal in a future version.Scheduling.CronBuilder.executor
(ScheduledExecutorService executorService) Deprecated, for removal: This API element is subject to removal in a future version.CustomScheduledExecutorService
used for executing scheduled task.Scheduling.CronBuilder.expression
(String cronExpression) Deprecated, for removal: This API element is subject to removal in a future version.Cron expression for specifying period of execution.Scheduling.CronBuilder.task
(ScheduledConsumer<CronInvocation> task) Deprecated, for removal: This API element is subject to removal in a future version.Task to be scheduled for execution.
Scheduling.cron()
instead