I think so far the only time I hade multiple events in one handler was stuff like adding a tombstone event for example, which is more like a technical thing. If you have multiple business events coming from one handler then it could be a sign that you are missing out on some concept. Would be awesome to look at some examples.
I think so far the only time I hade multiple events in one handler was stuff like adding a tombstone event for example, which is more like a technical thing. If you have multiple business events coming from one handler then it could be a sign that you are missing out on some concept.
Would be awesome to look at some examples.
@@majormartintibor even tombstone events can be handled outside that command handler. You can trigger a processor for that.