(delete! db {:pg.handler/keys [id]})
(get-all-states db)
(get-all-states db handler-type)
Gets all of the #:handler{:position, :state, :id, :type}
for the given
handler-type
or for all types if not specified.
Gets all of the `#:handler{:position, :state, :id, :type}` for the given `handler-type` or for all types if not specified.
(get-state db handler-id)
Gets the {:position, :state}
map of the handler identified by the
handler-id
.
Gets the `{:position, :state}` map of the handler identified by the `handler-id`.
(get-state* conn handler-id)
(subscribe source db stream-id handler-id opts)
(update! db {:pg.handler/keys [type id position state]})
(upsert!* conn handler-type handler-id new-position state)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close