Liking cljdoc? Tell your friends :D

everest.store.subscription


create-subscription-sourceclj

(create-subscription-source store notification-stream config)

Creates a subscription source given an event store.

This new events will be read only when a notification appears in the notification-stream.

Currently the subscriptions returned from the source do not get closed when the source is abandoned. They will continue to be open but no new events will arrive.

Creates a subscription source given an event `store`.

This new events will be read only when a notification appears in the
`notification-stream`.

Currently the subscriptions returned from the source do not get closed when
the source is abandoned. They will continue to be open but no new events will arrive.
raw docstring

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

× close