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

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close