zoukankan      html  css  js  c++  java
  • Spring Boot Reactive Streams

    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

  • 相关阅读:
    黄宗禹9.11作业
    黄宗禹第一次作业
    9.11
    9.18
    计算平均速度
    圆的周长与面积
    JAVA 作业
    9.11
    9.25
    计算平均速度题
  • 原文地址:https://www.cnblogs.com/thinkCoding/p/6122869.html
Copyright © 2011-2022 走看看