首页 > 编程语言 > 详细

Spring Boot Reactive Streams

时间:2016-12-03 12:06:36      阅读:858      评论:0      收藏:0      [点我收藏+]

 

1 响应式编程规范

目标:provide a standard for asynchronous stream processing with non-blocking backpressure

http://www.reactive-streams.org/

https://github.com/reactive-streams/reactive-streams-jvm 

https://spring.io/blog/2016/02/09/reactive-spring

 

A key ingredient to this effort is the Reactive Streams spec whose purpose is to provide a “standard for asynchronous stream processing with non-blocking backpressure”. The spec enables interop among disparate async component providers: from HTTP servers to web frameworks, database drivers, etc. It will be included in JDK 9 as java.util.concurrent.Flow.

 

2 Reactive Programming with Spring 5.0 M1

https://spring.io/blog/2016/07/28/reactive-programming-with-spring-5-0-m1

 

3 Demo

https://github.com/bclozel/spring-boot-web-reactive

 

4 Understanding Reactive types

https://spring.io/blog/2016/04/19/understanding-reactive-types

5

Spring Boot Reactive Streams

原文:http://www.cnblogs.com/thinkCoding/p/6122869.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!