public class ClientRemotingProcessor
extends java.lang.Object
Constructor and Description |
---|
ClientRemotingProcessor(MQClientInstance mqClientFactory) |
Modifier and Type | Method and Description |
---|---|
RemotingCommand |
checkTransactionState(ChannelHandlerContext ctx,
RemotingCommand request) |
RemotingCommand |
getConsumeStatus(ChannelHandlerContext ctx,
RemotingCommand request)
Deprecated.
|
RemotingCommand |
notifyConsumerIdsChanged(ChannelHandlerContext ctx,
RemotingCommand request) |
RemotingCommand |
processRequest(ChannelHandlerContext ctx,
RemotingCommand request) |
boolean |
rejectRequest() |
RemotingCommand |
resetOffset(ChannelHandlerContext ctx,
RemotingCommand request) |
public ClientRemotingProcessor(MQClientInstance mqClientFactory)
public RemotingCommand processRequest(ChannelHandlerContext ctx, RemotingCommand request) throws RemotingCommandException
RemotingCommandException
public boolean rejectRequest()
public RemotingCommand checkTransactionState(ChannelHandlerContext ctx, RemotingCommand request) throws RemotingCommandException
RemotingCommandException
public RemotingCommand notifyConsumerIdsChanged(ChannelHandlerContext ctx, RemotingCommand request) throws RemotingCommandException
RemotingCommandException
public RemotingCommand resetOffset(ChannelHandlerContext ctx, RemotingCommand request) throws RemotingCommandException
RemotingCommandException
@Deprecated public RemotingCommand getConsumeStatus(ChannelHandlerContext ctx, RemotingCommand request) throws RemotingCommandException
RemotingCommandException