Package edu.ucsb.cs156.courses.jobs
Class ScheduledJobs
java.lang.Object
edu.ucsb.cs156.courses.jobs.ScheduledJobs
This class contains methods that are scheduled to run at certain times to launch particular jobs.
The value of the cron
parameter to the @Scheduled
annotation is
a Spring Boot cron expression, which is similar to a Unix cron expression, but with an extra
field at the beginning for the seconds.
- See Also:
-
Constructor Summary
-
Method Summary