cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

asynchronous interface vs synchronous interface

GabrielSagaya
Active Contributor
0 Likes
11,483

can you explain asynchronous interface vs synchronous interface with adv & disadv.

View Entire Topic
Former Member

hi Gabriel,

one thing i know as a practicle examle,

synchronous interface flow is like Phone call.

Means either Picked up if receiver is reachable(Successful) or not picked up if receiver is not reachable(failure)

So as you have to make a another call just like that yo have to send anther message with same data.

But in async interface flow

it is like email service.

means the service will wait for the receiver even if it is not reachable.

when the receiver is reachable then message will be processed after restarting.

Ya its right that we can not compare these two.

As per the business requirement we use it.

**PS:reward points if useful**

regards,

Sumit Gupta