com.alibaba.rocketmq.remoting.netty
接口 NettyRequestProcessor


public interface NettyRequestProcessor

接收请求处理器,服务器与客户端通用

从以下版本开始:
2013-7-13
作者:
shijia.wxr

方法摘要
 RemotingCommand processRequest(io.netty.channel.ChannelHandlerContext ctx, RemotingCommand request)
           
 

方法详细信息

processRequest

RemotingCommand processRequest(io.netty.channel.ChannelHandlerContext ctx,
                               RemotingCommand request)
                               throws Exception
抛出:
Exception


Copyright © 2012-2015. All Rights Reserved.