IDDD_Samples
IDDD_Samples copied to clipboard
sprint.commit vs. backlogItem.commitTo
I'm trying to understand the eventing and am a bit puzzled cause when I follow the invocations starting from RabbitMQBacklogItemCommitedListener, it calls SprintApplicationService, which calls sprint.commit(BacklogItem bli). It doesn't publish any event.
Then on the BacklogItem entity I also see a "commitTo" method, which does publish an event, but this method is only called from the tests.
That looks like something is wrong/inconsistent here...