(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
an interceptor to start an object
an interceptor to start an object
(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
an interceptor to stop an object
an interceptor to stop an object
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close