- 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.
- 零信任網(wǎng)絡(luò):在不可信網(wǎng)絡(luò)中構(gòu)建安全系統(tǒng)
- 可信計算3.0工程初步
- 黑客攻防入門秘笈
- .NET安全攻防指南(上冊)
- 防火墻技術(shù)與應(yīng)用(第2版)
- 移動APT:威脅情報分析與數(shù)據(jù)防護(hù)
- CTF競賽權(quán)威指南(Pwn篇)
- 華為防火墻實(shí)戰(zhàn)指南
- 黑客攻防從入門到精通
- Hands-On Artificial Intelligence for Cybersecurity
- 計算機(jī)網(wǎng)絡(luò)安全實(shí)驗指導(dǎo)
- Android Application Security Essentials
- 聯(lián)邦學(xué)習(xí)原理與算法
- 黑客攻防與電腦安全從新手到高手(超值版)
- 從實(shí)踐中學(xué)習(xí)Nmap滲透測試