- Building RESTful Web Services with Spring 5(Second Edition)
- Raja CSP Raman Ludovic Dewailly
- 97字
- 2021-06-30 19:13:24
Reactive Streams
Reactive Streams are all about processing an asynchronous stream of data items, where applications react to data items as they receive them. This model is more memory-efficient, as it doesn't rely on any in-memory data.
Reactive Streams have four main components:
- Publisher.
- Subscriber.
- Subscription.
- Processor.
The Publisher publishes a stream of data, to which the Subscriber is asynchronously subscribed. The Processor transforms the data stream without the need for changing the Publisher or the Subscriber. The Processor (or multiple Processors) sits between the Publisher and the Subscriber to transform one stream of data to another.
推薦閱讀
- 物聯網標準化指南
- 網絡協議工程
- EDA技術與VHDL編程
- 面向物聯網的CC2530與傳感器應用開發
- 網絡互聯技術(實踐篇)
- 互聯網基礎資源技術與應用發展態勢(2021—2023)
- 互聯網安全的40個智慧洞見:2014年中國互聯網安全大會文集
- Microsoft Dynamics CRM 2011 Applications(MB2-868) Certification Guide
- 通信十年:擁抱互聯網
- Learning Storm
- SEO攻略:搜索引擎優化策略與實戰案例詳解
- 物聯網與智慧廣電
- Corona SDK Application Design
- Microservices Development Cookbook
- Building Microservices with Spring