- 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.
- 輕松學(xué)C語言
- 智能傳感器技術(shù)與應(yīng)用
- 手把手教你學(xué)AutoCAD 2010
- Photoshop CS4經(jīng)典380例
- 水晶石精粹:3ds max & ZBrush三維數(shù)字靜幀藝術(shù)
- 計(jì)算機(jī)網(wǎng)絡(luò)原理與技術(shù)
- Microsoft System Center Confi guration Manager
- 激光選區(qū)熔化3D打印技術(shù)
- 中國戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·增材制造
- 在實(shí)戰(zhàn)中成長:Windows Forms開發(fā)之路
- Bayesian Analysis with Python
- Mastering MongoDB 3.x
- Creating ELearning Games with Unity
- Hands-On Business Intelligence with Qlik Sense
- 30天學(xué)通Java Web項(xiàng)目案例開發(fā)