We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a class used to audit an object's domain event history.
Instance should not be tied to a specific ID, just new() it and use it.
new()
Search domain event history for a given ID:
For all search methods:
Provide variation on search methods to return a list of matching object IDs (without snapshot replay, too expensive).
Provide domain event replay methods to reproduce an ID's state for a point in time:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a class used to audit an object's domain event history.
Instance should not be tied to a specific ID, just
new()
it and use it.Search domain event history for a given ID:
For all search methods:
Provide variation on search methods to return a list of matching object IDs (without snapshot replay, too expensive).
Provide domain event replay methods to reproduce an ID's state for a point in time:
The text was updated successfully, but these errors were encountered: