(get-max-event-seq-impl {:keys [id]})
(register ctx)
(store-command cmd)
Stores command in memory structure
Stores command in memory structure
(store-event event)
Stores event in memory structure
Stores event in memory structure
(store-events events)
(store-identity 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
(store-results-impl {:keys [resp] :as ctx})
(store-sequence {: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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close