April 2018
Intermediate to advanced
910 pages
33h 21m
English
The Flow class is part of the java.util.concurrent package. It helps developers incorporate reactive programming in their applications. The class has one method, defaultBufferSize(), and four interfaces.
The defaultBufferSize() is a static method that returns the default buffer size for publishing and subscribing buffering. This default value is 256 and it is returned as an int. Let's look at the four interfaces.