(create! domain-type ids company-id & {:as options})Publishes a create event for the specified documents.
Publishes a `create` event for the specified documents.
(delete! domain-type ids company-id & {:as options})Publishes an delete event for the specified documents.
Publishes an `delete` event for the specified documents.
(send! payload company-id & {:as options})Sends payload to the httpbus WebSocket.
Authorizes on the basis of company-id and (:role options).
Sends `payload` to the httpbus WebSocket. Authorizes on the basis of `company-id` and `(:role options)`.
(update! domain-type ids company-id & {:as options})Publishes an update event for the specified documents.
Publishes an `update` event for the specified documents.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |