June 2018
Intermediate to advanced
408 pages
11h 23m
English
The reactive programming model stands out among the most exciting feature of Spring 5.0. The Spring 5.0 Framework is based on a reactive foundation and is completely asynchronous and non-blocking. The new event-loop execution model can scale vertically using few threads.
The framework procures reactive streams to provide a system for conveying backpressure in a pipeline of reactive components. Backpressure is an idea that guarantees consumers do not get overpowered with data originating from different producers.
While Java 8 does not have built-in support for reactive programming, there are a number of frameworks that provide support for reactive programming:
Read now
Unlock full access