Uses of Interface
io.helidon.scheduling.CronInvocation
-
Packages that use CronInvocation Package Description io.helidon.scheduling Scheduling for Helidon SE reactive implementation. -
-
Uses of CronInvocation in io.helidon.scheduling
Method parameters in io.helidon.scheduling with type arguments of type CronInvocation Modifier and Type Method Description Scheduling.CronBuilder
Scheduling.CronBuilder. task(ScheduledConsumer<CronInvocation> task)
Task to be scheduled for execution.
-