- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 46字
- 2021-07-02 20:12:52
Asynchronous messaging
When a system is not immediately expecting a timely response from the service and the system can continue processing without blocking on that call, which is asynchronous messaging.
Let's incorporate this messaging concept into our application and see how it would change and look:

推薦閱讀
- Spring 5.0 Microservices(Second Edition)
- Java系統(tǒng)分析與架構設計
- The Android Game Developer's Handbook
- Mastering OpenCV Android Application Programming
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Koa開發(fā):入門、進階與實戰(zhàn)
- Apache Karaf Cookbook
- MongoDB權威指南(第3版)
- Jupyter數據科學實戰(zhàn)
- 數據結構:Python語言描述
- Azure for Architects
- Scratch編程入門與算法進階(第2版)
- Learning IBM Bluemix
- 匯編語言程序設計
- GitHub Essentials