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

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();
}
主站蜘蛛池模板: 德阳市| 乐业县| 嘉兴市| 林西县| 凤翔县| 绥滨县| 日土县| 新乡市| 汽车| 靖远县| 枝江市| 甘肃省| 赣榆县| 万年县| 沙雅县| 梁山县| 黑山县| 桂阳县| 天等县| 元阳县| 安塞县| 临高县| 柳江县| 丰原市| 锦州市| 龙泉市| 兖州市| 开化县| 汝阳县| 临泉县| 廊坊市| 尚志市| 萨迦县| 彭山县| 桃江县| 来宾市| 西乌| 化州市| 新郑市| 大港区| 皮山县|