- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 61字
- 2021-06-30 19:10:46
Project Reactor
Project Reactor is a JVM reactive library that follows the reactive streams specification and provides a high-level library to easily create reactive applications. Spring Framework 5.0 uses Project Reactor extensively.
More details can be found at https://projectreactor.io/.
Reactive Stream is an initiative to provide a standard for asynchronous stream processing with non-blocking back pressure. You can refer to http://www.reactive-streams.org/.
推薦閱讀
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Oracle Exadata性能優(yōu)化
- Access 數(shù)據(jù)庫應用教程
- Building a RESTful Web Service with Spring
- C# Programming Cookbook
- Python數(shù)據(jù)分析(第2版)
- C程序設計案例教程
- 小學生C++創(chuàng)意編程(視頻教學版)
- Android底層接口與驅(qū)動開發(fā)技術詳解
- ActionScript 3.0從入門到精通(視頻實戰(zhàn)版)
- PyQt編程快速上手
- C++ System Programming Cookbook
- Node.js區(qū)塊鏈開發(fā)
- VC++ 2008專題應用程序開發(fā)實例精講
- Python網(wǎng)絡爬蟲從入門到實踐