Uses of Interface
io.helidon.scheduling.FixedRateInvocation
Packages that use FixedRateInvocation
-
Uses of FixedRateInvocation in io.helidon.scheduling
Methods in io.helidon.scheduling that return types with arguments of type FixedRateInvocationModifier and TypeMethodDescriptionFixedRateConfig.BuilderBase.FixedRateConfigImpl.task()
FixedRateConfig.BuilderBase.task()
Task to be scheduled for execution.Method parameters in io.helidon.scheduling with type arguments of type FixedRateInvocationModifier and TypeMethodDescriptionFixedRateConfig.BuilderBase.task
(ScheduledConsumer<FixedRateInvocation> task) 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.