Liking cljdoc? Tell your friends :D

edd.core


dispatch-itemclj

(dispatch-item {:keys [item] :as ctx})

dispatch-requestclj

(dispatch-request {:keys [body] :as ctx})

dps->depsclj

(dps->deps dps)

EddCoreRegCmdclj


EddCoreRegQueryclj


event-fx-handlerclj

(event-fx-handler ctx events)

filter-queue-requestclj

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

get-metaclj

(get-meta ctx item)

handlerclj

(handler ctx body)

prepare-responseclj

(prepare-response {:keys [resp] :as ctx})

Wrap non error result into :result keyword

Wrap non error result into :result keyword
raw docstring

reg-agg-filterclj

(reg-agg-filter ctx reg-fn)

reg-cmdclj

(reg-cmd ctx cmd-id reg-fn & rest)

reg-eventclj

(reg-event ctx event-id reg-fn)

reg-event-fxclj

(reg-event-fx ctx event-id reg-fn)

reg-fxclj

(reg-fx ctx reg-fn)

reg-queryclj

(reg-query ctx query-id reg-fn & rest)

reg-service-schemaclj

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

schemaclj


try-parse-exceptionclj

(try-parse-exception e)

update-mdc-for-requestclj

(update-mdc-for-request ctx item)

validate-requestclj

(validate-request {:keys [body] :as ctx})

with-storesclj

(with-stores ctx body-fn)

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

× close