Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
ncqrs-dev
Conversations
About
AG creation events testing
15 views
Skip to first unread message
o-range
unread,
Dec 26, 2011, 6:21:16 AM
12/26/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ncqrs-dev
In AggregateRootTestFixture events come to PublishedEvents list in
EventApplied handler
{
AggregateRoot =
CreationStrategy.CreateAggregateRoot<TAggregateRoot>();
...
AggregateRoot.InitializeFromHistory(stream);
...
AggregateRoot.EventApplied += (s, e) =>
PublishedEvents.Add(e.Event);
When();
}
but how can I get AG creationEvents list if the event appear in
constructor when no EventApplied handlers registred?
Reply all
Reply to author
Forward
0 new messages