rails_event_store
rails_event_store copied to clipboard
Reusing in-memory aggregate instances
This is WIP.
- [ ] add the same argument to RailsEventStore::Client
- [ ] decide on the naming of
after_store_callback
About the second point, options were enlisted here: https://github.com/RailsEventStore/rails_event_store/issues/290#issuecomment-505631048
There was no other suggestions than proposed by me in that comment, so:
- yield
- callback named argument (of course we can name it differently, if someone has better idea. I also thought that maybe we could name it
_after_store_callbackand NOT mention it in documention to sign that this is experimental/private feature which may change?)