Aggregate Repositories and Event Stores
Learn about a registry for recallable data structures and understand how it's implemented.
Because we will be dealing with aggregates that, regardless of their structure, will be decomposed down to a stream of events, we can create and reuse a single repository and store.
AggregateRepository
and related interfaces
Let us look at AggregateRepository
and the interfaces involved in the following figure:
Get hands-on with 1400+ tech skills courses.