std.lib.system.type
system
added in 3.0
(system topology config)(system topology config {:keys [partial? tag display notify], :as opts})creates a system of components
;; The topology specifies how the system is linked (def topo {:db map->Database :files map->Filesystem :catalogs [map->Catalog :files {:type :element :as :fs} :db]})
system-deport
added in 3.0
(system-deport component import)deports a component from the system
system-expose
added in 3.0
(system-expose _ system {:keys [in function], :as opts})exposes a component into the system
system-import
added in 3.0
(system-import component system import)imports a component into the system