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

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();
}
主站蜘蛛池模板: 秭归县| 勃利县| 十堰市| 安岳县| 应城市| 密山市| 阿瓦提县| 和静县| 商水县| 依兰县| 威信县| 肇东市| 菏泽市| 温泉县| 盐城市| 临朐县| 北京市| 荆门市| 小金县| 阳城县| 茶陵县| 道孚县| 崇信县| 津市市| 汉寿县| 华容县| 红原县| 吴桥县| 北票市| 长葛市| 邓州市| 亳州市| 新干县| 安庆市| 北碚区| 德州市| 磐安县| 乌兰县| 兰考县| 阿瓦提县| 巫山县|