February 2019
Intermediate to advanced
442 pages
11h 46m
English
Project Reactor is built with two core types based on the number of elements they process. They are considered as main building blocks to create a Reactive System using Reactor. They are Flux and Mono. They both implement the Publisher<T> interface and conform to Reactive Streams specification, and are furnished with reactive-pull and back-pressure facility. They also have several other useful methods. Let's explore the details as follows: