- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 55字
- 2021-07-02 19:45:04
Subscription
A Subscription is shared by exactly one Publisher and one Subscriber for the purpose of mediating data exchange between this pair. Data exchange happens when the subscriber calls request. cancel is used basically to stop the subscription as seen in this example:
public interface Subscription {
public void request(long n);
public void cancel();
}
推薦閱讀
- Progressive Web Apps with React
- C語言程序設計習題解析與上機指導(第4版)
- Java Web及其框架技術
- JavaScript動態網頁開發詳解
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- jQuery開發基礎教程
- Java EE 8 Application Development
- 區塊鏈技術與應用
- MySQL從入門到精通(軟件開發視頻大講堂)
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Swift 4從零到精通iOS開發
- Drupal Search Engine Optimization
- Learning Cocos2d-JS Game Development
- Java程序設計基礎教程
- 網絡工程方案設計與實施(第二版)