...

/

Order Processing and Payments State Transfer

Order Processing and Payments State Transfer

Understand how the state transfer works in the Order Processing and Payments modules.

Order processing state transfer

We refactored the Order Processing module, extracting side effects from the command handlers into domain event handlers. One of those domain event handlers was for the notifications we wanted to send out when specific changes were made to the Order aggregate:

Press + to interact
The notification requests sent from the Order Processing module
The notification requests sent from the Order Processing module

Replacing the calls from the Order Processing ...