- Hands-On Reactive Programming with Reactor
- Rahul Sharma
- 146字
- 2021-08-13 15:22:53
Operator vocabulary
Reactor provides a wide range of operators. These operators allow us to select, filter, transform, and combine streams. The operations are performed as a workstation in a pipeline. They can be combined with each other to build high-level, easy-to-reason data pipelines.
Reactor has been adopted in Spring Framework 5.0 to provide reactive features. The complete project consists of the following sub-projects:
- Reactor-Core: This project provides the implementation for the Reactive Streams API. The project is also the foundation for Spring Framework 5.0 Reactive Extensions.
- Reactor-Extra: This project complements the Reactor-Core project. It provides the necessary operators to work on top of the Reactive Streams API.
- Reactor-Tests: This project contains utilities for test verification.
- Reactor-IPC: This project provides non-blocking, inter-process communication. It also provides backpressure-ready network engines for HTTP (including WebSockets), TCP, and UDP. The module can also be used to build microservices.
推薦閱讀
- 32位嵌入式系統(tǒng)與SoC設(shè)計(jì)導(dǎo)論
- 空間機(jī)器人遙操作系統(tǒng)及控制
- 輕松學(xué)Java
- Learning Apache Cassandra(Second Edition)
- UTM(統(tǒng)一威脅管理)技術(shù)概論
- 自動(dòng)檢測(cè)與轉(zhuǎn)換技術(shù)
- 工業(yè)機(jī)器人操作與編程
- 數(shù)據(jù)通信與計(jì)算機(jī)網(wǎng)絡(luò)
- R Data Analysis Projects
- AI的25種可能
- 電氣控制與PLC原理及應(yīng)用(歐姆龍機(jī)型)
- 漢字錄入技能訓(xùn)練
- 菜鳥(niǎo)起飛電腦組裝·維護(hù)與故障排查
- JSP通用范例開(kāi)發(fā)金典
- EDA技術(shù)及其創(chuàng)新實(shí)踐(Verilog HDL版)