Java 9 Reactive Streams: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Java =TODO= * http://www.reactive-streams.org")
 
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:


* [[Java#Java9|Java]]
* [[Java#Java9|Java]]
* [[Reactive Programming]]


=TODO=
=TODO=


* http://www.reactive-streams.org
* http://www.reactive-streams.org
* java.util.concurrent.Flow: https://docs.oracle.com/javase/9/docs/api/java/util/concurrent/Flow.html
=Overview=
Java 9 introduces [[Reactive Programming#Overview|reactive programming]] features, based on ''reactive streams''. Reactive streams provide a computational model of building blocks which run independently and send messages to one another.

Latest revision as of 04:47, 21 March 2018

Internal

TODO

Overview

Java 9 introduces reactive programming features, based on reactive streams. Reactive streams provide a computational model of building blocks which run independently and send messages to one another.