- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 55字
- 2021-07-02 19:45:03
Publisher
A Publisher holds the source of data, and then publishes data elements as per the request from a subscriber. A Subscriber can then attach a subscription on the Publisher. Note that the subscribe method is just a registration method, and will not return any result:
public interface Publisher<T> {
public void subscribe(Subscriber<? super T> s);
}
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- 復(fù)雜軟件設(shè)計之道:領(lǐng)域驅(qū)動設(shè)計全面解析與實戰(zhàn)
- Oracle Exadata性能優(yōu)化
- C++ Builder 6.0下OpenGL編程技術(shù)
- Python深度學習
- NumPy Essentials
- Python高級機器學習
- JavaScript動態(tài)網(wǎng)頁開發(fā)詳解
- Learning FuelPHP for Effective PHP Development
- C語言程序設(shè)計
- Learning Concurrency in Kotlin
- Mastering Elasticsearch(Second Edition)
- ASP.NET Web API Security Essentials
- INSTANT Apache Hive Essentials How-to
- Monitoring Docker