| 限定符和类型 | 方法和说明 |
|---|---|
void |
cancel() |
void |
done(RpcPacket.ResponsePacket rpcResponse)
on done callback
|
long |
getCurrentRequestCount() |
void |
request(long n) |
void |
subscribe(org.reactivestreams.Subscriber<? super Object> subscriber) |
handlerResponseIfNeedThrowpublic void done(RpcPacket.ResponsePacket rpcResponse)
RpcDonepublic void request(long n)
request 在接口中 org.reactivestreams.Subscriptionpublic void cancel()
cancel 在接口中 org.reactivestreams.Subscriptionpublic void subscribe(org.reactivestreams.Subscriber<? super Object> subscriber)
subscribe 在接口中 org.reactivestreams.Publisher<Object>public long getCurrentRequestCount()
Copyright © 2020. All rights reserved.