(def-stateful-job jtype args & body)
Just like clojurewerkz.quartzite.jobs/defjob but defines a stateful job
Just like clojurewerkz.quartzite.jobs/defjob but defines a stateful job
(get-job-detail-data jec)
Returns the stateful job data which has been and will be persisted.
Returns the stateful job data which has been and will be persisted.
(replace! ctx m)
Replaces the job data of the current context execution for the map m, so it will be persisted. Returns m.
Replaces the job data of the current context execution for the map m, so it will be persisted. Returns m.
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 |