Uses of Interface
io.helidon.scheduling.CronInvocation
-
Uses of CronInvocation in io.helidon.scheduling
Modifier and TypeMethodDescriptionCronConfig.BuilderBase.CronConfigImpl.task()
CronConfig.BuilderBase.task()
Task to be scheduled for execution.Modifier and TypeMethodDescriptionCronConfig.BuilderBase.task
(ScheduledConsumer<CronInvocation> task) Task to be scheduled for 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.