Given a command, It seems that all events of this command are firstly executed in the aggregat and later on all outer event handler.
Is this a desirable property?
I believed that each apply() is executed on all eventhandlers first and then the next apply() is executed, which is intuitively more correct.
Thanks
Roland