October 2018
Intermediate to advanced
982 pages
23h 29m
English
The Project Reactor was created by the Spring and Pivotal teams. This project is an implementation of Reactive Streams for JVM. It is a fully non-blocking foundation and helps developers to create a non-blocking application in the JVM ecosystem.
There is a restriction to using Reactor in our application. The project runs on Java 8 and above. It is important because we will use many lambda expressions in our examples and projects.
The Spring Framework internally uses the Project Reactor as an implementation of Reactive Streams.
Read now
Unlock full access