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