- 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.
- DevSecOps敏捷安全
- CSO進階之路:從安全工程師到首席安全官
- 大型互聯(lián)網(wǎng)企業(yè)安全架構(gòu)
- 特種木馬防御與檢測技術(shù)研究
- 黑客攻防入門秘笈
- 計算機病毒分析與防范大全(第3版)
- Getting Started with FortiGate
- .NET安全攻防指南(上冊)
- 軟件開發(fā)安全之道:概念、設(shè)計與實施
- Computer Forensics with FTK
- 從實踐中學(xué)習(xí)Kali Linux滲透測試
- 計算機網(wǎng)絡(luò)安全基礎(chǔ)(第5版)
- 數(shù)據(jù)安全與流通:技術(shù)、架構(gòu)與實踐
- 編譯與反編譯技術(shù)實戰(zhàn)
- End to End GUI Development with Qt5