You do not have permission to delete messages in this group
Copy link
Report message
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 ncqr...@googlegroups.com
Hi,
I am using NCQRS and having a question on how to get an event result from command method of domain object. For example, I create a command and fire a few events from a command method in the domain object. In one of event, I will call a web-service in the event processor. I need to get the result from web-service back to the command method and fire other events based upon this result. How can I get an event result back with NCQRS framework? I would appreciate any helps on this.