(dispatch-item {:keys [item] :as ctx})
(dispatch-request {:keys [body] :as ctx})
(dps->deps dps)
(event-fx-handler ctx events)
(filter-queue-request {:keys [body] :as ctx})
If request is coming from queue we need to get out all request bodies
If request is coming from queue we need to get out all request bodies
(get-meta ctx item)
(handler ctx body)
(prepare-response {:keys [resp] :as ctx})
Wrap non error result into :result keyword
Wrap non error result into :result keyword
(reg-agg-filter ctx reg-fn)
(reg-cmd ctx cmd-id reg-fn & rest)
(reg-event ctx event-id reg-fn)
(reg-event-fx ctx event-id reg-fn)
(reg-fx ctx reg-fn)
(reg-query ctx query-id reg-fn & rest)
(reg-service-schema ctx schema)
Register a service schema that will be serialised and returned when requested.
Register a service schema that will be serialised and returned when requested.
(try-parse-exception e)
(update-mdc-for-request ctx item)
(validate-request {:keys [body] :as ctx})
(with-stores ctx body-fn)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close