Liking cljdoc? Tell your friends :D

edd.el.cmd


add-metadataclj

(add-metadata {:keys [resp commands] :as ctx})

add-user-to-eventsclj

(add-user-to-events {:keys [user] :as ctx})

assign-events-seqclj

(assign-events-seq {:keys [resp] :as ctx})

calc-service-urlclj

(calc-service-url service)

check-for-errorsclj

(check-for-errors {:keys [resp] :as ctx})

clean-effectsclj

(clean-effects ctx)

default-command-schemaclj


fetch-dependencies-for-commandclj

(fetch-dependencies-for-command ctx cmd)

fetch-event-sequences-for-commandsclj

(fetch-event-sequences-for-commands {:keys [commands] :as ctx})

get-command-responseclj

(get-command-response {:keys [commands] :as ctx})

handle-commandclj

(handle-command {:keys [idx cmd command-handlers] :as ctx})

handle-commandsclj

(handle-commands ctx body)

handle-effectsclj

(handle-effects {:keys [resp] :as ctx})

handle-identitiesclj

(handle-identities ctx events)

handle-sequencesclj

(handle-sequences ctx events)

resolve-command-idclj

(resolve-command-id ctx cmd idx)

Resolving command id. Taking into account override function of id. If Id in override returns null we fallback to command id. Override should be only used when it is impossible to create id on client. Like in case of import

Resolving command id. Taking into account override function of id.
If Id in override returns null we fallback to command id. Override should
be only used when it is impossible to create id on client. Like in case
of import
raw docstring

resolve-commands-id-fnclj

(resolve-commands-id-fn {:keys [commands] :as ctx})

resolve-dependencies-to-contextclj

(resolve-dependencies-to-context {:keys [commands] :as ctx})

resolve-local-dependencyclj

(resolve-local-dependency ctx cmd query-fn)

resolve-remote-dependencyclj

(resolve-remote-dependency ctx cmd {:keys [service query]})

set-response-summaryclj

(set-response-summary {:keys [resp]})

to-clean-vectorclj

(to-clean-vector resp)

validate-commandsclj

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

Validate if commands match spec and if they are valid commands

Validate if commands match spec and if they are valid commands
raw docstring

wrap-commandsclj

(wrap-commands ctx commands)

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

× close