public class ServerHeartbeatProcessor extends Object implements RemotingProcessor
process message type:
HeartbeatMessage
| Constructor and Description |
|---|
ServerHeartbeatProcessor(RemotingServer remotingServer) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(io.netty.channel.ChannelHandlerContext ctx,
RpcMessage rpcMessage)
Process message
|
public ServerHeartbeatProcessor(RemotingServer remotingServer)
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.