tangxuehua / enode

ENode is a framework aims to help us developing ddd, cqrs, eda, and event sourcing style applications.
http://www.cnblogs.com/netfocus/category/496012.html
MIT License
1.81k stars 564 forks source link

ICommandHandler, ICommandAsyncHandler合并为一个 #82

Closed tangxuehua closed 5 years ago

tangxuehua commented 5 years ago

在context中增加SetApplicationMessage, GetApplicationMessage方法。

如果框架发现context.GetApplicationMessage返回不为空,则发布ApplicationMessage,忽略聚合根产生的事件,否则尝试处理聚合根产生的事件。

tangxuehua commented 5 years ago

fixed.