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
NB: I'm just creating an issue to track what's been discussed in the below-referenced discussion.
Please add aggregate snapshot capability to event repository, as discussed at #164 (comment).
The text was updated successfully, but these errors were encountered:
#202 Introducing snapshotting event sourced aggregate - draft
b7b7323
#202 Introducing snapshotting event sourced aggregate - draft 2
7fb2444
#202 Introducing snapshotting event sourced aggregate - draft 3
c82e393
An initial draft of EventSourcingSnapshottingAggregate and its variants is in place.
EventSourcingSnapshottingAggregate
These interfaces are composed out of EventComputation/EventSnapshottingRepository and StateComputation/StateRepository interfaces, respectfully.
EventComputation
EventSnapshottingRepository
StateComputation
StateRepository
The application-vanilla module implements the handle method by composing these behaviors.
application-vanilla
handle
TODO:
application-arrow
Sorry, something went wrong.
No branches or pull requests
NB: I'm just creating an issue to track what's been discussed in the below-referenced discussion.
Please add aggregate snapshot capability to event repository, as discussed at #164 (comment).
The text was updated successfully, but these errors were encountered: