- Hands-On Reactive Programming with Reactor
- Rahul Sharma
- 141字
- 2021-08-13 15:22:51
Subscriber backpressure
A subscriber can control events in its queue to avoid any overruns. It can also request more events if there is additional capacity. Backpressure enforces the publisher to bound the event queues according to the subscriber. Furthermore, a subscriber can ask to receive one element at a time, building a stop-and-wait protocol. It can also ask for multiple elements. On the other hand, a publisher can apply the appropriate buffers to hold non-delivered events, or it can just start to drop events if the production rate is more than the consumption rate.
It is important to note that the Reactive Streams API is aimed at the flow of events between different systems. Unlike ReactiveX, it does not provide any operators to perform transformations. The API has been adopted as a part of the java.util.concurrent.Flow package in JDK 9.
- 21天學通PHP
- 手把手教你學AutoCAD 2010
- 精通Windows Vista必讀
- OpenStack Cloud Computing Cookbook(Second Edition)
- 影視后期編輯與合成
- SMS 2003部署與操作深入指南
- Linux Shell編程從初學到精通
- 嵌入式Linux系統實用開發
- Web璀璨:Silverlight應用技術完全指南
- 基于Proteus的PIC單片機C語言程序設計與仿真
- 企業級Web開發實戰
- 從祖先到算法:加速進化的人類文化
- Flash CS5二維動畫設計與制作
- 智能小車機器人制作大全(第2版)
- SQL Server 2019 Administrator's Guide