February 2019
Intermediate to advanced
442 pages
11h 46m
English
Let's try to understand in more detail, what the specifications for Reactive Streams are. It is dealing with the asynchronous processing of a stream. Let’s look at the specification available at https://github.com/reactive-streams/reactive-streams-jvm . It comprises the following two parts:
Taking a closer look at the API, we find that it is rather simple and comprises just four interfaces as follows: