Liking cljdoc? Tell your friends :D

slip.system


start-interceptor-chainclj/s

(start-interceptor-chain sys)

return an InterceptorContext interceptor chain description, for starting a system

return an
[InterceptorContext](https://cljdoc.org/d/com.github.yapsterapp/a-frame/CURRENT/api/a-frame.interceptor-chain.schema#InterceptorContext)
interceptor chain description, for starting a system
sourceraw docstring

start-object-interceptorclj/s

an interceptor to start an object

an interceptor to start an object
sourceraw docstring

stop-interceptor-chainclj/s

(stop-interceptor-chain sys-spec)

return an InterceptorContext interceptor chain description, for stopping a system

return an
[InterceptorContext](https://cljdoc.org/d/com.github.yapsterapp/a-frame/CURRENT/api/a-frame.interceptor-chain.schema#InterceptorContext)
interceptor chain description, for stopping a system
sourceraw docstring

stop-object-interceptorclj/s

an interceptor to stop an object

an interceptor to stop an object
sourceraw docstring

topo-sort-systemclj/s

(topo-sort-system sys-spec)

given a system-spec returns the system-spec topo-sorted by ref dependencies - objects with no deps first

given a system-spec returns the system-spec
topo-sorted by ref dependencies - objects
with no deps first
sourceraw docstring

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

× close