|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
Job<V> | A job is an asynchronously executed unit of work |
JobsPlugin |
Annotation Types Summary | |
---|---|
Every | Run a job at specified intervale Example, @Every("1h") |
On | Run the job using a Cron expression We use the Quartz CRON trigger (http://www.opensymphony.com/quartz/wikidocs/CronTriggers%20Tutorial.html) |
OnApplicationStart | A job run at application start. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |