(apply-cmd ctx cmd)
(apply-events ctx id)
(aws-get-token ctx)
(create-identity identities & [id])
(execute-cmd ctx cmd)
Executes a command and applies all the side effects and executes also the produced commands until the command store is empty.
Executes a command and applies all the side effects and executes also the produced commands until the command store is empty.
(execute-fx ctx)
(execute-fx-apply ctx)
(execute-fx-apply-all ctx)
Executes all the side effects until the command store is empty
Executes all the side effects until the command store is empty
(get-commands-response ctx cmd)
(handle-cmd {:keys [include-meta no-summary] :as ctx} cmd)
(map-conditions condition)
(mock-snapshot _ _)
(peek-state & x)
Retrieves the first command without removing it from the store
Retrieves the first command without removing it from the store
(pop-state x)
Retrieves commands and removes them from the store
Retrieves commands and removes them from the store
(prepare-dps-calls deps)
(query ctx query)
(verify-db state-ctx x y)
(verify-state x & [y])
(verify-state-fn x fn y)
(with-mock-dal dal-ctx & body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close