提交 ac30c3d9 编写于 作者: B BigBlackSheep

your note

上级 5a1e9636
package com.codingapi.txlcn.protocol.message.separate;
import com.codingapi.txlcn.protocol.Protocoler;
import com.codingapi.txlcn.protocol.message.Connection;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.springframework.context.ApplicationContext;
/**
* @author WhomHim
* @description
* @date Create in 2020/9/7 10:46
*/
@EqualsAndHashCode(callSuper = true)
@Data
public class TmNodeMessage extends AbsMessage {
@Override
public void handle(ApplicationContext springContext, Protocoler protocoler, Connection connection) throws Exception {
super.handle(springContext, protocoler, connection);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册