(defjob job-class & body)Generates a Quartz job definition.
The definition includes a catch-all clause which logs at level ERROR.
Generates a Quartz job definition. The definition includes a catch-all clause which logs at level `ERROR`.
(schedule cron-expr job-class)(schedule scheduler cron-expr job-class)Schedules a job to a CRON specification. Duplicates the thread bindings of the caller for the scheduled job.
Schedules a job to a CRON specification. Duplicates the thread bindings of the caller for the scheduled job.
(start)Starts a Quartz scheduler and returns it.
Starts a Quartz scheduler and returns it.
(stop)(stop scheduler)Stops scheduler. If none given, stop the most recently started scheduler.
Stops `scheduler`. If none given, stop the most recently started scheduler.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |