Annotation Type Scheduled
-
@Documented @Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) @Executable(processOnStartup=true) @Repeatable(Schedules.class) @Parallel public @interface ScheduledAn annotation for scheduling a re-occurring task.- Since:
- 1.0
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringcronjava.lang.StringfixedDelayA String representation of theDurationbetween the time of the last execution and the beginning of the next.java.lang.StringfixedRateA String representation of theDurationbetween executions.java.lang.StringinitialDelayA String representation of theDurationbefore starting executions.java.lang.Stringschedulerjava.lang.StringzoneIdA String representation of theZoneIdto base our cron expression on.
-