Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move remove base class EventStore #19

Closed
rasmus opened this issue Mar 31, 2015 · 2 comments
Closed

Move remove base class EventStore #19

rasmus opened this issue Mar 31, 2015 · 2 comments

Comments

@rasmus
Copy link
Member

rasmus commented Mar 31, 2015

It seems like the functionality put into the EventStore base class could be moved to a separate class. This class would then have the following responsibility

  • Gathering metadata for events
  • Mapping from the uncommitted events to serialized events
  • Mapping from committed events to domain events

In short, map between storage to domain

@rasmus
Copy link
Member Author

rasmus commented Apr 28, 2015

It might not be a good idea after all, as it makes it a bit easier to create new event stores...

@rasmus
Copy link
Member Author

rasmus commented May 19, 2015

Easier creation of new event stores is something we like, closing

@rasmus rasmus closed this as completed May 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant