Uses of Interface
com.alipay.remoting.AsyncContext

Packages that use AsyncContext
com.alipay.remoting.rpc.protocol   
 

Uses of AsyncContext in com.alipay.remoting.rpc.protocol
 

Classes in com.alipay.remoting.rpc.protocol that implement AsyncContext
 class RpcAsyncContext
          Async biz context of Rpc.
 

Methods in com.alipay.remoting.rpc.protocol with parameters of type AsyncContext
 void SyncUserProcessor.handleRequest(BizContext bizCtx, AsyncContext asyncCtx, T request)
          unsupported here!
 void UserProcessor.handleRequest(BizContext bizCtx, AsyncContext asyncCtx, T request)
          Handle request with AsyncContext.
abstract  void AsyncUserProcessor.handleRequest(BizContext bizCtx, AsyncContext asyncCtx, T request)
           
 



Copyright © 2018. All rights reserved.