io.helidon.scheduling.FixedRate

Description

Scheduling periodically executed task with specified fixed rate

Configuration options

KeyTypeDefaultDescription
delay-typeDelayTypeSINCE_PREVIOUS_STARTConfigure whether the interval between the invocations should be calculated from the time when previous task started or ended
delay-byDurationPT0SInitial delay of the first invocation
intervalDurationFixed interval between each invocation
idStringIdentification of the started task
enabledBooleantrueWhether the task is enabled

See the manifest for all available types.

Copyright © 2018, 2026 Oracle and/or its affiliates.