Reactive streams and the Flow API

Concept

the reactive programmaing it’s helpful to clarify why this new paradigm is of growing importance. with libraries as Rxjs used by alot of framworks at frontedn for process streams, but before, it’s required to give some defanitions for treath future concepts

streams

a streams is a queue of events, who is received by a system to be processed,the main diferent with tradicional set of data, the stream is conveyed element by element, its allows to interact with each elemen before to reach the end of the data

Publisher Subscriber Subscription Processor

marbaleable diagrams

java main libraries example

references