官术网_书友最值得收藏!

Subscriber

Subscriber subscribes to a Publisher for consuming streams of data. It defines a set of callback methods, which will be called upon those events. Complete is when everything is done and success. Note, that all these are callback registrations, and the methods themselves do not respond with any data:

    public interface Subscriber<T> {
public void onSubscribe(Subscription s);
public void onNext(T t);
public void onError(Throwable t);
public void onComplete();
}
主站蜘蛛池模板: 海伦市| 泸溪县| 文化| 黄大仙区| 竹北市| 呼图壁县| 太白县| 思南县| 南昌市| 洪湖市| 英吉沙县| 昌乐县| 肃北| 邵阳市| 潞城市| 乐陵市| 祥云县| 呼和浩特市| 施秉县| 怀柔区| 瑞安市| 中西区| 肃宁县| 通州市| 广宗县| 东莞市| 福贡县| 永昌县| 迭部县| 丰宁| 荃湾区| 玛曲县| 内黄县| 奉贤区| 滨海县| 馆陶县| 镇宁| 社会| 遵义市| 鄂托克前旗| 灌云县|