Uses of Interface
io.helidon.scheduling.ScheduledConsumer
-
Uses of ScheduledConsumer in io.helidon.scheduling
Modifier and TypeMethodDescriptionScheduling.CronBuilder.task
(ScheduledConsumer<CronInvocation> task) Task to be scheduled for execution.Scheduling.FixedRateBuilder.task
(ScheduledConsumer<FixedRateInvocation> task) Task to be scheduled for execution.