public class SubscribeStreamImpl extends StreamBase<SubscribeStream> implements SubscribeStream
doOnError, doOnProgress| 构造器和说明 |
|---|
SubscribeStreamImpl(String sid,
long timeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isDone()
是否完成的
|
void |
onReply(MessageInternal reply)
答复时
|
SubscribeStream |
thenReply(IoConsumer<Reply> onReply)
答复发生时
|
demands, insuranceCancel, insuranceStart, onError, onProgress, sid, thenError, thenProgress, timeout, timeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsid, thenError, thenProgresspublic SubscribeStreamImpl(String sid, long timeout)
public boolean isDone()
isDone 在接口中 Stream<SubscribeStream>public void onReply(MessageInternal reply)
onReply 在接口中 StreamInternal<SubscribeStream>reply - 答复public SubscribeStream thenReply(IoConsumer<Reply> onReply)
SubscribeStreamthenReply 在接口中 SubscribeStreamCopyright © 2024. All rights reserved.