Liking cljdoc? Tell your friends :D

clojurewerkz.quartzite.stateful


def-stateful-jobcljmacro

(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
sourceraw docstring

get-job-detail-dataclj

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

replace!clj

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

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

× close