July 2022
Beginner
748 pages
15h 1m
English
In this chapter, you will be introduced to the Reactive Manifesto and the world of reactive programming. We start with defining and discussing the main concepts of reactive programming – asynchronous, non-blocking, and responsive. Using them, we then define and discuss reactive programming, the main reactive frameworks, and talk about RxJava in more detail.
In this chapter, we will cover the following topics:
By the end of the chapter, you will be able to write code for asynchronous processing using reactive programming.
To be able to execute the code ...