(failures system-name)
Gets list of failures of the graph as map. Optionally accepts selector as set of nodes from the graph. Selector works as a filter.
Gets list of failures of the graph as map. Optionally accepts selector as set of nodes from the graph. Selector works as a filter.
(failures-humanized system-name)
Returns all failures as single humanized formatted string (ready for output).
Returns all failures as single humanized formatted string (ready for output).
(get-by-name system-name)
Gets a system by its name
Gets a system by its name
(register! system-name gx-map)
Registers a new system. Throws a normalization exception on any failure.
Registers a new system. Throws a normalization exception on any failure.
(signal! system-name signal-key)
(signal! system-name signal-key selector)
Sends signal to a system and updates it in registry.
clojure.lang.ExceptionInfo
Sends signal to a system and updates it in registry. - Accepts system name and a signal key. - Returns a promise with a new system on success. - Returns a resolved promise with nil if system does not exist. - Rejects with `clojure.lang.ExceptionInfo`
(states system-name)
(states system-name selector)
Gets list of states of the graph as map. Optionally accepts selector as set of nodes from the graph. Selector works as a filter.
Gets list of states of the graph as map. Optionally accepts selector as set of nodes from the graph. Selector works as a filter.
(states-map system-name)
(states-map system-name selector)
Prints node states as a map grouped by states
Prints node states as a map grouped by states
(values system-name)
(values system-name selector)
Gets list of values of the graph as map. Optionally accepts selector as set of nodes from the graph. Selector works as a filter.
Gets list of values of the graph as map. Optionally accepts selector as set of nodes from the graph. Selector works as a filter.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close