完成整体航班动态消息处理框架

This commit is contained in:
zhouxiunai
2018-12-04 14:53:50 +08:00
parent 747232bc89
commit 6c19f9ce4b
12 changed files with 286 additions and 18 deletions
@@ -0,0 +1,5 @@
package com.gzzn.omms.msgexchangeapi.msghandler;
public interface IBaseHandler {
public HandlerResult run(String msg);
}