- Hands-On Reactive Programming with Reactor
- Rahul Sharma
- 102字
- 2021-08-13 15:22:54
Summary
In this chapter, we discussed the need for a reactive paradigm. We also looked at the evolution of the paradigm, from reactive programming to Reactive Extensions and then Reactive Streams. Furthermore, we discussed the Reactive Streams specification as a specification aimed at JVM for the following:
- Processing a potentially unbounded number of elements in a sequence
- Asynchronously passing elements between components with mandatory non-blocking backpressure
At the end of the chapter, we covered Reactor, an implementation by the Pivotal team, and built a sample project with it. In the next chapter, we will discuss the APIs available in Reactor.
推薦閱讀
- 構建高質量的C#代碼
- Splunk 7 Essentials(Third Edition)
- Managing Mission:Critical Domains and DNS
- 樂高機器人EV3設計指南:創造者的搭建邏輯
- 計算機應用復習與練習
- Learning Apache Cassandra(Second Edition)
- Windows程序設計與架構
- Hadoop Real-World Solutions Cookbook(Second Edition)
- Salesforce for Beginners
- 網絡安全技術及應用
- Godot Engine Game Development Projects
- 從零開始學PHP
- 人工智能技術入門
- 從零開始學SQL Server
- 基于ARM9的小型機器人制作