| 程序包 | 说明 |
|---|---|
| com.alipay.remoting.rpc.protocol |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RpcAsyncContext
Async biz context of Rpc.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
UserProcessor.handleRequest(BizContext bizCtx,
AsyncContext asyncCtx,
T request)
Handle request with
AsyncContext. |
void |
SyncMutiInterestUserProcessor.handleRequest(BizContext bizCtx,
AsyncContext asyncCtx,
T request)
unsupported here!
|
void |
SyncUserProcessor.handleRequest(BizContext bizCtx,
AsyncContext asyncCtx,
T request)
unsupported here!
|
abstract void |
AsyncUserProcessor.handleRequest(BizContext bizCtx,
AsyncContext asyncCtx,
T request) |
abstract void |
AsynMultiInterestUserProcessor.handleRequest(BizContext bizCtx,
AsyncContext asyncCtx,
T request) |
Copyright © 2021. All rights reserved.