You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An aggregate repository is a storage handler for aggregates. It recreates an aggregate every time from the event
store, but to speed things up, it first tries to load up a snapshot of the aggregate. It is also responsible for
persisting the aggregate by saving its events.