Hi all,
Since Axon 2.4, it’s possible to apply events directly from the event sourcing handler.
I can see the benefit if for example, one event raised by an event sourcing member should raise another event in the Aggregate Root.
But except this case, in case of a Single AR without any entities, what’s the difference between publishing directly several events from the command handler and applying them in a nested way ?
What are the real use cases that motivated this change ?
Thanks,
Regards,
Jerome