Uses of Class
io.helidon.scheduling.Scheduling.FixedRateBuilder
Packages that use Scheduling.FixedRateBuilder
-
Uses of Scheduling.FixedRateBuilder in io.helidon.scheduling
Methods in io.helidon.scheduling that return Scheduling.FixedRateBuilderModifier and TypeMethodDescriptionScheduling.FixedRateBuilder.delay
(long delay) Deprecated, for removal: This API element is subject to removal in a future version.Fixed rate delay between each invocation.Scheduling.FixedRateBuilder.executor
(ScheduledExecutorService executorService) Deprecated, for removal: This API element is subject to removal in a future version.CustomScheduledExecutorService
used for executing scheduled task.static Scheduling.FixedRateBuilder
Scheduling.fixedRateBuilder()
Deprecated, for removal: This API element is subject to removal in a future version.Scheduling.FixedRateBuilder.initialDelay
(long initialDelay) Deprecated, for removal: This API element is subject to removal in a future version.Initial delay of the first invocation.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.Deprecated, for removal: This API element is subject to removal in a future version.
Scheduling.fixedRate()
instead