Reactive Stream
<p>Java 中Reactive Stream 提供的几种方式:</p>
<ol>
<li>
<p>RxJava
<a href="http://reactivex.io">http://reactivex.io</a>
<a href="https://github.com/ReactiveX/RxJava">https://github.com/ReactiveX/RxJava</a></p>
</li>
<li>
<p>Reactor
<a href="http://projectreactor.io">http://projectreactor.io</a>
<a href="https://github.com/reactor/reactor-core">https://github.com/reactor/reactor-core</a></p>
</li>
<li>
<p>Reactive Stream
<a href="http://www.reactive-streams.org/">http://www.reactive-streams.org/</a>
<a href="https://github.com/reactive-streams/reactive-streams-jvm">https://github.com/reactive-streams/reactive-streams-jvm</a></p>
</li>
<li>
<p>Vert.x
<a href="https://vertx.io/">https://vertx.io/</a>
<a href="https://github.com/eclipse-vertx/vert.x/">https://github.com/eclipse-vertx/vert.x/</a></p>
</li>
<li>
<p>Java 9 Flow
<a href="https://docs.oracle.com/javase/9/docs/api/java/util/concurrent/Flow.html">https://docs.oracle.com/javase/9/docs/api/java/util/concurrent/Flow.html</a></p>
</li>
<li>Spring WebFlux
<a href="https://www.jianshu.com/p/f4ff6d74ad4a">https://www.jianshu.com/p/f4ff6d74ad4a</a></li>
</ol>
<p><a href="https://luyiisme.github.io/2017/02/11/spring-reactor-programing/" title="几种对比差异性">几种对比差异性</a></p>