- Hands-On Spring Security 5 for Reactive Applications
- Tomcy John
- 41字
- 2021-07-23 18:59:13
The Subscription interface
The definition of this interface is as follows:
public interface Subscription {
public void request(long n);
public void cancel();
}
The method request is for accepting requests for items and method cancel is for when Subscription is cancelled.
推薦閱讀
- 云原生安全:攻防實踐與體系構建
- Kali Linux CTF Blueprints
- Learning Veeam? Backup & Replication for VMware vSphere
- 諸神之眼:Nmap網絡安全審計技術揭秘
- API安全技術與實戰
- Mastering Reverse Engineering
- End to End GUI Development with Qt5
- Hands-On Artificial Intelligence for Cybersecurity
- 黑客攻防從入門到精通:命令版
- 信息組織
- 黑客攻防入門
- 5G網絡安全規劃與實踐
- 數據恢復技術深度揭秘
- Web安全之機器學習入門
- 基于數據科學的惡意軟件分析