Home / Questions / What is the difference between synchronous and asynchronous integration?
Explanatory Question

What is the difference between synchronous and asynchronous integration?

👁 14 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Type Description
Synchronous Blocking request-response (caller waits)
Asynchronous Non-blocking (caller continues processing)

Best practice:

  • Use OData for synchronous scenarios

  • Use Batch Data API for asynchronous scenarios