Liking cljdoc? Tell your friends :D

com.timezynk.useful.quartzite


defjobcljmacro

(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`.
raw docstring

scheduleclj

(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.
raw docstring

startclj

(start)

Starts a Quartz scheduler and returns it.

Starts a Quartz scheduler and returns it.
raw docstring

stopclj

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close