- Hands-On Spring Security 5 for Reactive Applications
- Tomcy John
- 53字
- 2021-07-23 18:59:14
Reactive types in Reactor Core
Reactor provided two reactive types, Flux and Mono, that implement Rx extensively. They can be represented as a timeline in which elements are sequenced according to how they arrived. It is important that you get the hang of these two types. Let's do that in the following subsections.