(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close