-
Notifications
You must be signed in to change notification settings - Fork 536
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
EventDescriptor purpose #10
Comments
https://github.com/gregoryyoung/m-r/blob/master/SimpleCQRS/EventStore.cs#L37 There are things not exposed from event? On Wed, Apr 22, 2015 at 11:42 AM, Evgeniy Gryaznov <[email protected]
Studying for the Turing test |
Do you mean the aggregate identifier? |
Could be other things as well... depends on your implementation
|
Guess it's clear at this point. |
Thanks for great code!
I have question: what purpose of internal struct
EventDescriptor
?https://github.com/gregoryyoung/m-r/blob/master/SimpleCQRS/EventStore.cs#L17
Why I should store some kind of event envelope instead of event itself?
The text was updated successfully, but these errors were encountered: