Uses of Interface
io.helidon.scheduling.CronInvocation
Packages that use CronInvocation
-
Uses of CronInvocation in io.helidon.scheduling
Methods in io.helidon.scheduling that return types with arguments of type CronInvocationModifier and TypeMethodDescriptionCronConfig.BuilderBase.CronConfigImpl.task()
CronConfig.BuilderBase.task()
Task to be scheduled for execution.Method parameters in io.helidon.scheduling with type arguments of type CronInvocationModifier 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.