Liking cljdoc? Tell your friends :D

k16.gx.beta.system


failed-nodesclj/s

(failed-nodes system-name)
source

failuresclj/s

(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.
sourceraw docstring

failures-humanizedclj/s

(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).
sourceraw docstring

get-by-nameclj/s

(get-by-name system-name)

Gets a system by its name

Gets a system by its name
sourceraw docstring

register!clj/s

(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.
sourceraw docstring

registry*clj/s

source

signal!clj/s

(signal! system-name signal-key)
(signal! system-name signal-key selector)

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
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`
sourceraw docstring

statesclj/s

(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.
sourceraw docstring

states-mapclj/s

(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
sourceraw docstring

throw-root-exception!clj/s

(throw-root-exception! reason-msg failures)
source

valuesclj/s

(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.
sourceraw docstring

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

× close