Tech&Wk_Architecture_reactiveArc_RxJava

目的:使用 Reactive 构建高并发,无阻塞异步消息系统

1. config

    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxjava</artifactId>
      <version>2.2.20</version>
    </dependency>
    <dependency>
      <groupId>io.reactivex</groupId>
      <artifactId>rxjava-reactive-streams</artifactId>
      <version>1.2.1</version>
    </dependency>

 

ref:

1. https://www.cnblogs.com/liululee/p/11503039.html

posted @ 2020-12-12 16:41  君子之行  阅读(26)  评论(0)    收藏  举报