|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.alibaba.rocketmq.client.impl.ClientRemotingProcessor
public class ClientRemotingProcessor
Client接收Broker的回调操作,例如事务回调,或者其他管理类命令回调
| 构造方法摘要 | |
|---|---|
ClientRemotingProcessor(MQClientFactory mqClientFactory)
|
|
| 方法摘要 | |
|---|---|
RemotingCommand |
checkTransactionState(io.netty.channel.ChannelHandlerContext ctx,
RemotingCommand request)
Oneway调用,无返回值 |
RemotingCommand |
getConsumeStatus(io.netty.channel.ChannelHandlerContext ctx,
RemotingCommand request)
获取 consumer 消息消费状态。 |
RemotingCommand |
notifyConsumerIdsChanged(io.netty.channel.ChannelHandlerContext ctx,
RemotingCommand request)
Oneway调用,无返回值 |
RemotingCommand |
processRequest(io.netty.channel.ChannelHandlerContext ctx,
RemotingCommand request)
|
RemotingCommand |
resetOffset(io.netty.channel.ChannelHandlerContext ctx,
RemotingCommand request)
重置 offset, oneWay调用,无返回值。 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ClientRemotingProcessor(MQClientFactory mqClientFactory)
| 方法详细信息 |
|---|
public RemotingCommand processRequest(io.netty.channel.ChannelHandlerContext ctx,
RemotingCommand request)
throws RemotingCommandException
NettyRequestProcessor 中的 processRequestRemotingCommandException
public RemotingCommand checkTransactionState(io.netty.channel.ChannelHandlerContext ctx,
RemotingCommand request)
throws RemotingCommandException
RemotingCommandException
public RemotingCommand notifyConsumerIdsChanged(io.netty.channel.ChannelHandlerContext ctx,
RemotingCommand request)
throws RemotingCommandException
RemotingCommandException
public RemotingCommand resetOffset(io.netty.channel.ChannelHandlerContext ctx,
RemotingCommand request)
throws RemotingCommandException
RemotingCommandException
public RemotingCommand getConsumeStatus(io.netty.channel.ChannelHandlerContext ctx,
RemotingCommand request)
throws RemotingCommandException
RemotingCommandException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||