Uses of Interface
io.helidon.scheduling.ScheduledConsumer
Packages that use ScheduledConsumer
-
Uses of ScheduledConsumer in io.helidon.scheduling
Methods in io.helidon.scheduling with parameters of type ScheduledConsumerModifier 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.