io.helidon.scheduling.FixedRate
Description
Scheduling periodically executed task with specified fixed rate
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
delay- | Delay | SINCE_ | Configure whether the interval between the invocations should be calculated from the time when previous task started or ended |
delay- | Duration | PT0S | Initial delay of the first invocation |
interval | Duration | Fixed interval between each invocation | |
id | String | Identification of the started task | |
enabled | Boolean | true | Whether the task is enabled |
Deprecated Options
| Key | Type | Default | Description |
|---|---|---|---|
delay | Long | Fixed rate delay between each invocation | |
time- | Time | Time | java. used for interpretation of values provided with io. and io. |
initial- | Long | Initial delay of the first invocation |
See the manifest for all available types.