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