码迷,mamicode.com
首页 > 编程语言 > 详细

Spring Boot Reactive Streams

时间:2016-12-03 12:07:04      阅读:283      评论:0      收藏:0      [点我收藏+]

标签:ide   rom   https   load   spec   stream   ring   net   规范   

 

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

标签:ide   rom   https   load   spec   stream   ring   net   规范   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!