- 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.
推薦閱讀
- 計(jì)算機(jī)網(wǎng)絡(luò)與通信(第2版)
- 自動駕駛網(wǎng)絡(luò):自智時(shí)代的網(wǎng)絡(luò)架構(gòu)
- 物聯(lián)網(wǎng)智慧安監(jiān)技術(shù)
- SOA用戶指南
- 光網(wǎng)絡(luò)評估及案例分析
- 異構(gòu)基因共表達(dá)網(wǎng)絡(luò)的分析方法
- 局域網(wǎng)組建、管理與維護(hù)項(xiàng)目教程(Windows Server 2003)
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- OMNeT++與網(wǎng)絡(luò)仿真
- 6G:面向2030年的移動通信
- 夢工廠之材質(zhì)N次方:Maya材質(zhì)手冊
- 網(wǎng)絡(luò)AI+:2030后的未來網(wǎng)絡(luò)
- 物聯(lián)網(wǎng)工程概論
- 云計(jì)算技術(shù)與標(biāo)準(zhǔn)化
- 物聯(lián)網(wǎng)商業(yè)設(shè)計(jì)與案例