Liking cljdoc? Tell your friends :D

fluree.db.event-bus


publishclj/s

(publish event-type dbv data)

'subject' currently only supports db-ident and must be in the form of [network dbid]

'subject' currently only supports db-ident and
must be in the form of [network dbid]
raw docstring

reset-subclj/s

(reset-sub)

sub-stateclj/s


subscribe-dbclj/s

(subscribe-db dbv c)

Subscribes to all events for a specific db-ident

Subscribes to all events for a specific db-ident
raw docstring

subscribe-eventclj/s

(subscribe-event event-type c)

Subscribes to all events of a specified event type

Subscribes to all events of a specified event type
raw docstring

unsubscribe-dbclj/s

(unsubscribe-db dbv c)

Unsubscribes channel from db.

Unsubscribes channel from db.
raw docstring

unsubscribe-eventclj/s

(unsubscribe-event event-type c)

Unsubscribes channel from event updates.

Unsubscribes channel from event updates.
raw docstring

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

× close