Design Commands And Events while Handling External partner with Axon 4
问题 This is a question related to designing command handling with Axon 4. Let say I've a domain that model the concept of a Payment . The actual payment will be done by an external Partner. I want to track it in my system via the following events: a Payment Request Was Issued followed by either Partner Agreed the Payment or Partner Declined the Payment . Every events issued by the command should be enrolled in the same database transaction. What would be the best practice to actually call my