服务发现配置的使用说明

This commit is contained in:
boyce
2021-04-29 18:10:36 +08:00
parent 6757eedc48
commit ea4f17f22c
4 changed files with 53 additions and 9 deletions

View File

@@ -65,8 +65,8 @@ type RpcHandler struct {
type TriggerRpcEvent func(bConnect bool,clientSeq uint32,nodeId int)
type IRpcListener interface {
OnRpcConnected(nodeId int)
OnRpcDisconnect(nodeId int)
OnNodeConnected(nodeId int)
OnNodeDisconnect(nodeId int)
}
type IRpcHandler interface {