Liking cljdoc? Tell your friends :D

clojusc.system-manager.system.core

A mid-level state tracking and management API for a Component-based system.

A mid-level state tracking and management API for a Component-based system.
raw docstring

create-state-managerclj

source

create-state-trackerclj

source

StateDataAPIcljprotocol

set-statusclj

(set-status this value)

set-systemclj

(set-system this value)

get-system-nsclj

(get-system-ns this)

get-systemclj

(get-system this)

get-stateclj

(get-state this)

get-statusclj

(get-status this)

set-system-init-fnclj

(set-system-init-fn this value)

set-stateclj

(set-state this new-state)

set-system-nsclj

(set-system-ns this value)

get-system-init-fnclj

(get-system-init-fn this)
source

StateTransitionAPIcljprotocol

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

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

× close