Liking cljdoc? Tell your friends :D

clojusc.dev.system.core

A generic development system management API.

A generic development system management API.
raw docstring

create-state-managerclj

source

StateManagementAPIcljprotocol

deinitclj

(deinit this)

initclj

(init this)
(init this mode)

restartclj

(restart this)
(restart this mode)

shutdownclj

(shutdown this)

startclj

(start this)
(start this mode)

startupclj

(startup this)
(startup this mode)

stopclj

(stop this)
source

StateTrackerAPIcljprotocol

get-stateclj

(get-state this)

get-statusclj

(get-status this)

get-systemclj

(get-system this)

get-system-nsclj

(get-system-ns this)

set-stateclj

(set-state this new-state)

set-statusclj

(set-status this value)

set-systemclj

(set-system this value)

set-system-nsclj

(set-system-ns this value)
source

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

× close