Integrations - Concept
Synchronous
One system waits for another to finish before continuing
What's it for?
Makes one piece of work wait for another to finish when the result is needed before continuing.
For example…
Checkout calls the payment service synchronously, so the order process waits for an approval or rejection before continuing
A web page waits synchronously for the database query to return the customer's current orders before showing the result