rill.wheel.wrap-new-events-callback
Provide a method for listening to events created only by this process.
wrap-new-events-callback
(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.