- 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);
}
推薦閱讀
- Bootstrap Site Blueprints Volume II
- ExtGWT Rich Internet Application Cookbook
- Python for Secret Agents:Volume II
- Mastering Concurrency in Go
- Java加密與解密的藝術(第2版)
- Python自然語言處理(微課版)
- Building a Quadcopter with Arduino
- Learning Apache Karaf
- 0 bug:C/C++商用工程之道
- Swift 4從零到精通iOS開發
- Fast Data Processing with Spark(Second Edition)
- Java圖像處理:基于OpenCV與JVM
- R語言:邁向大數據之路(加強版)
- uni-app跨平臺開發與應用從入門到實踐
- Mastering Android Studio 3