Liking cljdoc? Tell your friends :D

rill.wheel.wrap-new-events-callback

Provide a method for listening to events created only by this process.

Provide a method for listening to events created only by this
process.
raw docstring

wrap-new-events-callbackclj

(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.
sourceraw docstring

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

× close