com.alipay.remoting.rpc.protocol
Class RpcResponseProcessor
java.lang.Object
com.alipay.remoting.AbstractRemotingProcessor<RemotingCommand>
com.alipay.remoting.rpc.protocol.RpcResponseProcessor
- All Implemented Interfaces:
- RemotingProcessor<RemotingCommand>
public class RpcResponseProcessor
- extends AbstractRemotingProcessor<RemotingCommand>
Processor to process RpcResponse.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RpcResponseProcessor
public RpcResponseProcessor()
- Default constructor.
RpcResponseProcessor
public RpcResponseProcessor(ExecutorService executor)
- Parameters:
executor -
doProcess
public void doProcess(RemotingContext ctx,
RemotingCommand cmd)
- Description copied from class:
AbstractRemotingProcessor
- Do the process.
- Specified by:
doProcess in class AbstractRemotingProcessor<RemotingCommand>
- See Also:
AbstractRemotingProcessor.doProcess(com.alipay.remoting.RemotingContext, T)
Copyright © 2018. All rights reserved.