The reason behind this changed is that i have found i mostly
just send the id to the event handlers and they will fetch the
newest aggregate and take appropiate action (write to the read tables).
And that id is given through the $event->getAggregateId() that is stored in a Message on the Event.
The reason behind this changed is that i have found i mostly just send the id to the event handlers and they will fetch the newest aggregate and take appropiate action (write to the read tables).
And that id is given through the $event->getAggregateId() that is stored in a Message on the Event.