public class ReceivedDataProcessor extends com.alipay.remoting.rpc.protocol.SyncUserProcessor<ReceivedData>
| 构造器和说明 |
|---|
ReceivedDataProcessor(RegisterCache registerCache,
ObserverHandler observerHandler)
Instantiates a new Received data multi processor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
handleRequest(com.alipay.remoting.BizContext bizCtx,
ReceivedData request)
Handle request object.
|
String |
interest()
Interest string.
|
getBizClassLoader, getExecutor, getExecutorSelector, preHandleRequest, processInIOThread, setExecutorSelector, timeoutDiscardpublic ReceivedDataProcessor(RegisterCache registerCache, ObserverHandler observerHandler)
registerCache - the register cachepublic Object handleRequest(com.alipay.remoting.BizContext bizCtx, ReceivedData request)
handleRequest 在接口中 com.alipay.remoting.rpc.protocol.UserProcessor<ReceivedData>handleRequest 在类中 com.alipay.remoting.rpc.protocol.SyncUserProcessor<ReceivedData>bizCtx - the biz ctxrequest - the requestpublic String interest()
interest 在接口中 com.alipay.remoting.rpc.protocol.UserProcessor<ReceivedData>interest 在类中 com.alipay.remoting.rpc.protocol.SyncUserProcessor<ReceivedData>Copyright © 2023 The Ant Financial. All rights reserved.