重构消息处理框架ExchangeTask 只做新消息获取和分发
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.gzzn.omms.msgexchangeapi.msghandler;
|
||||
|
||||
import com.gzzn.omms.msgexchangeapi.entity.Cminmsg;
|
||||
|
||||
public interface IBaseHandler {
|
||||
public HandlerResult run(String msg);
|
||||
public HandlerResult run(Cminmsg cminmsg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user