April 2019
Intermediate to advanced
360 pages
9h 17m
English
The most common approach to implementing the asynchronous communication reactive design pattern is with asynchronous callbacks. The basic process of implementing asynchronous callbacks is illustrated next. The process starts with the client authenticating itself to the server. The client sends the request message to the server and subscribes to the server. The server sends an immediate acknowledgement message, processes the request, and then sends a response message. The client receives the response and conducts any follow-on processing:

Read now
Unlock full access