[add] 添加1.注册消息类型 2.监听类 3.云公告模块路由PATH 4.Caller java文件

长链接未调通
This commit is contained in:
liujing
2021-10-27 19:44:03 +08:00
parent 0dd56e641b
commit 954fae75e0
11 changed files with 168 additions and 47 deletions

View File

@@ -1,10 +0,0 @@
package com.mogo.eagle.core.function.api.notice;
/**
* @author Jing
* @description 云公告监听者
* @since: 10/27/21
*/
public interface IMoGoNoticeListener {
}

View File

@@ -0,0 +1,12 @@
package com.mogo.eagle.core.function.api.notice;
import com.mogo.eagle.core.function.api.base.IMoGoFunctionProvider;
/**
* @author Jing
* @description 云公告监听者
* @since: 10/27/21
*/
public interface IMoGoNoticeProvider extends IMoGoFunctionProvider {
}