Liking cljdoc? Tell your friends :D

edd.memory.event-store


*dal-state*clj


clean-commandsclj

(clean-commands cmd)

default-dbclj


deterministic-shuffleclj

(deterministic-shuffle coll seed)

enqueueclj

(enqueue q item seed)

enqueue-cmd!clj

(enqueue-cmd! cmd)

fix-keysclj

(fix-keys val)

get-dbclj

(get-db ctx)

get-max-event-seq-implclj

(get-max-event-seq-impl {:keys [id] :as ctx})

get-stored-commandsclj

(get-stored-commands ctx)

is-locally-boundclj

(is-locally-bound state-ref)

Returns is DB is filled in locally. It will be always bound? but we want it to be bound per test also and globally for repl testing

Returns is DB is filled in locally. It will be always bound?
but we want it to be bound per test also and globally for repl testing
raw docstring

peek-cmd!clj

(peek-cmd!)

registerclj

(register ctx)

store-commandclj

(store-command ctx cmd)

Stores command in memory structure

Stores command in memory structure
raw docstring

store-eventclj

(store-event ctx event)

Stores event in memory structure

Stores event in memory structure
raw docstring

store-eventsclj

(store-events events)

store-identityclj

(store-identity ctx identity)

Stores identity in memory structure. Raises RuntimeException if identity is already taken

Stores identity in memory structure.
Raises RuntimeException if identity is already taken
raw docstring

store-results-implclj

(store-results-impl ctx resp)

store-sequenceclj

(store-sequence ctx {:keys [id]})

Stores sequence in memory structure. Raises RuntimeException if sequence is already taken

Stores sequence in memory structure.
Raises RuntimeException if sequence is already taken
raw docstring

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

× close