Closed SCullman closed 9 years ago
I would also suggest to rename some replay functions:
aggregates
.ReplayFor<TestAggregate>()
.AllEvents()
.ToAllEventHandlers();
and
aggregates
.ReplayFor<TestAggregate>()
.EventsWithAggregateId(aggId)
.ToAllEventHandlers();
nice :)
THX
You can now replay any event für a certain aggregate type. You can also filter the events to replay for certain events.