- Hands-On Reactive Programming in Spring 5
- Oleh Dokuka Igor Lozynskyi
- 114字
- 2021-07-23 16:36:31
Reactive types – Flux and Mono
As we already know, the Reactive Streams specification defines only four interfaces: Publisher<T>, Subscriber<T>, Subscription, and Processor<T, R>. More or less, we are going to follow this list and look at the interface implementations provided by the library.
First of all, Project Reactor provides two implementations of the Publisher<T> interface: Flux<T> and Mono<T>. Such an approach adds additional contextual meaning to reactive types. Here, to investigate the behavior of reactive types (Flux and Mono), we are going to use some reactive operators without a detailed explanation of how these operators work. Operators are covered later in this chapter.
推薦閱讀
- Cisco OSPF命令與配置手冊
- Building E-commerce Sites with VirtueMart Cookbook
- 物聯(lián)網(wǎng)工程規(guī)劃技術
- 面向物聯(lián)網(wǎng)的CC2530與傳感器應用開發(fā)
- 物聯(lián)網(wǎng)識別技術
- INSTANT PhpStorm Starter
- Learning Karaf Cellar
- 新一代物聯(lián)網(wǎng)架構技術:分層算力網(wǎng)絡
- 網(wǎng)絡互聯(lián)技術(實踐篇)
- NB-IoT物聯(lián)網(wǎng)技術解析與案例詳解
- 大話社交網(wǎng)絡
- 雷達饋線技術
- Building Web Applications with ArcGIS
- 6G:面向2030年的移動通信
- React Cookbook