What a stream is
What the Reactive Streams initiative is and its specification
The Reactive Streams API in JDK and how to use it
How to create publishers, subscribers, and processors using the Java API for Reactive Streams in JDK9
All example programs in this chapter are in the jdojo.reactive.stream module, as declared in Listing 17-1.
The Declaration of a jdojo.reactive.stream Module
What Is a Stream?
A stream is a sequence of items produced by a producer ...