Uses of Interface
io.helidon.scheduling.ScheduledConsumer
Packages that use ScheduledConsumer
-
Uses of ScheduledConsumer in io.helidon.scheduling
Methods in io.helidon.scheduling that return ScheduledConsumerModifier and TypeMethodDescriptionCronConfig.BuilderBase.CronConfigImpl.task()
FixedRateConfig.BuilderBase.FixedRateConfigImpl.task()
Methods in io.helidon.scheduling that return types with arguments of type ScheduledConsumerModifier and TypeMethodDescriptionCronConfig.BuilderBase.task()
Task to be scheduled for execution.FixedRateConfig.BuilderBase.task()
Task to be scheduled for execution.Methods in io.helidon.scheduling with parameters of type ScheduledConsumerModifier and TypeMethodDescriptionCronConfig.BuilderBase.task
(ScheduledConsumer<CronInvocation> task) Task to be scheduled for execution.FixedRateConfig.BuilderBase.task
(ScheduledConsumer<FixedRateInvocation> 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.Scheduling.FixedRateBuilder.task
(ScheduledConsumer<FixedRateInvocation> task) Deprecated, for removal: This API element is subject to removal in a future version.Task to be scheduled for execution.