Liking cljdoc? Tell your friends :D

ventas.system

Utilities for managing the state of the system

Utilities for managing the state of the system
raw docstring

default-statesclj

source

default-subsystem-mappingclj

source

get-statesclj

(get-states subsystems
            &
            {:keys [mapping] :or {mapping default-subsystem-mapping}})
source

rclj

(r & subsystems)

Restarts subsystems. Example: (r :figwheel :db) This would restart figwheel and the database connection. Refer to keyword->state for the available subsystems.

Restarts subsystems. Example:
 (r :figwheel :db)
This would restart figwheel and the database connection.
Refer to keyword->state for the available subsystems.
sourceraw docstring

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

× close