The :method
field of COMM messages determines what needs to happen.
The `:method` field of COMM messages determines what needs to happen.
(handle-message state {:keys [req-message] :as ctx})
Handles req-message
and returns Action-State
2-tuple (first element is Action, second is
State).
Handles `req-message` and returns `Action-State` 2-tuple (first element is Action, second is State).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close