cmp.handler
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.
listeners
(listeners conf req)Returns the reg-key and the id of the running listeners.
Example:
(listener {} {})
tasks
(tasks conf req)Returns the tasks key-value pairs available at st-mem.
Example:
(tasks {} {})