Annotation Interface RepeatingTask
Annotates a handle to be executed repeatedly at a fixed interval
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
every
String everyThe interval between each execution of the handle- Returns:
- the interval between each execution of the handle
-
delay
String delayThe delay before the first execution of the handle- Returns:
- the delay before the first execution of the handle
- Default:
"0"
-
unit
String unitThe time unit of the interval- Returns:
- the time unit of the interval
- Default:
"MILLISECONDS"
-
async
String asyncWhether the task should be executed asynchronously- Returns:
- whether the task should be executed asynchronously
- Default:
"false"
-