Package play.jobs

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.
OnApplicationStop A job run when the application is stopped under graceful circumstances.
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly