重构完善消息收取机制。修改到MsgExchangeRunner中收取。

This commit is contained in:
zhouxiunai
2018-12-06 16:38:47 +08:00
parent 47e473d9b1
commit 367f610db4
5 changed files with 170 additions and 109 deletions
@@ -12,7 +12,7 @@ import com.gzzn.omms.msgexchangeapi.entity.Cminmsg;
import com.gzzn.omms.msgexchangeapi.entity.msg.Msg;
import com.gzzn.omms.msgexchangeapi.service.IExchangeService;
@Service
@Service("msgHandlerDispatcher")
public class MsgHandlerDispatcher {
private Logger logger = LoggerFactory.getLogger(MsgHandlerDispatcher.class);