- 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.
- CTF實戰:技術、解題與進階
- 網絡空間攻防技術原理
- 白帽子講Web安全(紀念版)
- 網絡安全應急管理與技術實踐
- Mastering Kali Linux for Advanced Penetration Testing
- Preventing Digital Extortion
- 網絡安全技術與實訓(第4版)(微課版)
- 計算機網絡安全技術研究
- Advanced Penetration Testing for Highly:Secured Environments(Second Edition)
- 持續集成:軟件質量改進和風險降低之道
- 隱私計算:推進數據“可用不可見”的關鍵技術
- Kali Linux無線網絡滲透測試詳解
- Web前端黑客技術揭秘
- 深入探索區塊鏈
- 基于數據科學的惡意軟件分析