完成整体航班动态消息处理框架
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.gzzn.omms.msgexchangeapi.msghandler;
|
||||
|
||||
public interface IBaseHandler {
|
||||
public HandlerResult run(String msg);
|
||||
}
|
||||
Reference in New Issue
Block a user