Database Reference
In-Depth Information
populated from the saga instance, while the saga is being cleaned up. The OrderAccep-
ted message will be published to the next endpoints for processing.
This seems like there is a lot of work, but as always, NserviceBus handles it using just a
few lines of code.
What the user will see is the timing out of the order at the bottom. This is their chance to
cancel the order if they change their mind, as it is in a pending state.
If the Cancel button isn't clicked, the timer will timeout and create a new message from a
saga instance to publish a successful order; then, the saga will be cleaned up after the or-
Search WWH ::




Custom Search