(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 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 |