Liking cljdoc? Tell your friends :D

xyz.madland.integrant.tools.alpha


assocclj

(assoc system k v)

assoc-allclj

(assoc-all system k v)

assoc-inclj

(assoc-in system ks v)

assoc-in-allclj

(assoc-in-all system ks v)

await-shutdown!clj

(await-shutdown! system)

contains?clj

(contains? system k)

destructure-derivedclj

(destructure-derived bindings)

execclj

(exec config ks)

exec-daemon!clj

(exec-daemon! config)
(exec-daemon! config ks)

find-kclj

(find-k system k)

find-ksclj

(find-ks system k)

getclj

(get system k)

get-allclj

(get-all system k)

get-inclj

(get-in system ks)

init*clj

(init* system ks)

now-msclj

(now-ms)

select-keysclj

(select-keys system ks)

updateclj

(update system k f & args)

update-allclj

(update-all system k f & args)

update-existingclj

(update-existing system k f & args)

update-inclj

(update-in system ks f & args)

update-in-allclj

(update-in-all system ks f & args)

with-init-timescljmacro

(with-init-times log & body)

Takes a function log of the arity [k init-ms] and times invocations of integrant/init-key inside body. Useful for logging the startup time of components in a system.

Takes a function log of the arity [k init-ms] and times invocations of
integrant/init-key inside body. Useful for logging the startup time
of components in a system.
raw docstring

with-systemcljmacro

(with-system [binding config ks] & body)

wrap-init-timesclj

(wrap-init-times init-key log)

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

× close