std.lib.system.type

*stop-fn*

dynamic

health-system

added in 3.0

(health-system system)

gets the health for the system

info-system

added in 3.0

(info-system sys)

gets the info for the system

kill-system

added in 3.0

(kill-system system)

kills the system (stopping immediately)

remote?-system

added in 3.0

(remote?-system system)

gets the remote status for the system

start-system

added in 3.0

(start-system system)

starts a system

stop-system

added in 3.0

(stop-system system)

stops a system

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

system-string

added in 3.0

(system-string sys)

get the string for the system