cmp.handler

cmd

(cmd conf req)

container

(container conf req)

Gets informaton about a container out of the st-mem.

Example:

(a/container (config/config) {:route-params  {:mp "ref"}})

elements

(elements conf req)

Returns the elements (-> elements from the exchange interface which should be accessible to the user) related to the given container.

exch-val!

(exch-val! conf req)

listeners

(listeners conf req)

Returns the reg-key and the id of the running listeners.

Example:

(listener {} {})

mp-meta

(mp-meta conf req)

set-val!

(set-val! conf req)

tasks

(tasks conf req)

Returns the tasks key-value pairs available at st-mem.

Example:

(tasks {} {})