public class RmBranchCommitProcessor extends Object implements RemotingProcessor
process message type:
BranchCommitRequest
| Constructor and Description |
|---|
RmBranchCommitProcessor(TransactionMessageHandler handler,
RemotingClient remotingClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(io.netty.channel.ChannelHandlerContext ctx,
RpcMessage rpcMessage)
Process message
|
public RmBranchCommitProcessor(TransactionMessageHandler handler, RemotingClient remotingClient)
public void process(io.netty.channel.ChannelHandlerContext ctx,
RpcMessage rpcMessage)
throws Exception
RemotingProcessorprocess in interface RemotingProcessorctx - Channel handler context.rpcMessage - rpc message.Exception - throws exception process message error.Copyright © 2023 Seata. All rights reserved.