- Hands-On Spring Security 5 for Reactive Applications
- Tomcy John
- 151字
- 2021-07-23 18:59:12
JDK 9 additions
As part of concurrency updates to JDK 9 (JEP 266), Reactive Streams was added to the Java standard library. Reactive Streams was initiated in 2013 by some of the well-known organizations that wanted to standardize the approach by which asynchronous data can be exchanged between software components. Soon, the concept became adopted by the industry and there evolved a number of implementations that all had similar core concepts but lacked standard nomenclature and terminologies, especially as regards interfaces and package naming. To avoid multiple nomenclatures and to enable interoperability between implementations, JDK 9 included basic interfaces as part of the Flow Concurrency library. This made applications want to implement Reactive Streams to depend on this library but not include specific implementations into the code base. Thus it is very easy to swap between implementations without any trouble.
These interfaces are coded as static interfaces within the java.util.concurrent.Flow class.
- SASE原理、架構(gòu)與實踐
- Metasploit Penetration Testing Cookbook(Third Edition)
- 安全實戰(zhàn)之滲透測試
- 數(shù)據(jù)安全與隱私計算(第3版)
- 局域網(wǎng)交換機安全
- 軟件安全保障體系架構(gòu)
- 信息安全等級保護測評與整改指導(dǎo)手冊
- 數(shù)據(jù)安全與流通:技術(shù)、架構(gòu)與實踐
- 網(wǎng)絡(luò)安全應(yīng)急響應(yīng)實戰(zhàn)
- Hands-On Artificial Intelligence for Cybersecurity
- 物聯(lián)網(wǎng)信息安全技術(shù)
- Android Application Security Essentials
- Metasploit 5.0 for Beginners
- 一本書講透混合云安全
- 反黑風(fēng)暴:黑客社會工程學(xué)攻防演練