Files
spring-boot-rest/axon
Steven van Beelen 2fc786b499 Update Command Model
Adjust the OrderAggregate to contain an OrderLine aggregate member. The
OrderLine is added as soon as a Product is added through the
AddProductCommand. The OrderLine member is capable of handling the
increment and decrement product count commands, to increase/decrease the
 number of instances for that OrderLine. Decreasing the count below 1
 will publish the ProductRemovedEvent from within the OrderLine.
 Additional business validation is added to unsure a given Product isn't
  added twice (adding a second should go through increment) and that the
   products aren't adjusted as soon as the product is confirmed.

#BAEL-4767
2021-03-19 11:07:26 +01:00
..
2021-03-19 11:07:26 +01:00
2021-03-19 10:53:34 +01:00
2019-10-02 22:12:09 -06:00

Axon

This module contains articles about Axon

Relevant articles