(add-shutdown-hook state)
(get-dependencies deps cmpt-keys)
Get component keys dependencies
Get component keys dependencies
(get-dependents deps cmpt-keys)
Recursively get component keys dependents.
Recursively get component keys dependents.
(halt!)
(init configs)
Init Integrant using either file path(s) or map(s) configs.
Init Integrant using either file path(s) or map(s) configs.
(load-configs configs)
Load Integrant configs. Either file path(s) or map(s).
Load Integrant configs. Either file path(s) or map(s).
(reload paths reload-config)
Check config files and restart changed keys and their dependencies.
Check config files and restart changed keys and their dependencies.
(restart {:as state :keys [roll config]} & ks)
(start ig-config)
(start ig-config & ks)
Start all components or only the specified keys.
Start all components or only the specified keys.
(stop roll)
(stop roll & ks)
Stop all components or only the specified keys.
Stop all components or only the specified keys.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close