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

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();
}
主站蜘蛛池模板: 卢湾区| 和平区| 东兰县| 仙居县| 鄂尔多斯市| 青田县| 罗定市| 韩城市| 灵丘县| 金门县| 金昌市| 灵台县| 长兴县| 兴安县| 都江堰市| 容城县| 突泉县| 海城市| 灌云县| 新民市| 安徽省| 太和县| 新巴尔虎右旗| 洛阳市| 临沂市| 浙江省| 永福县| 成安县| 肇庆市| 睢宁县| 永善县| 洪泽县| 同仁县| 大余县| 苗栗市| 砀山县| 普洱| 精河县| 分宜县| 延安市| 光泽县|