Provide a method for listening to events created only by this process.
Provide a method for listening to events created only by this process.
(wrap-new-events-callback event-store callback)Create an event-store wrapper that will synchronously call
(callback event) for every successfully committed event.
callback will be called for every event in commit order.
Create an `event-store` wrapper that will synchronously call `(callback event)` for every successfully committed event. `callback` will be called for every event in commit order.
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 |