[add] 添加1.注册消息类型 2.监听类 3.云公告模块路由PATH 4.Caller java文件
长链接未调通
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package com.mogo.eagle.core.function.api.notice;
|
||||
|
||||
/**
|
||||
* @author Jing
|
||||
* @description 云公告监听者
|
||||
* @since: 10/27/21
|
||||
*/
|
||||
public interface IMoGoNoticeListener {
|
||||
|
||||
}
|
||||
@@ -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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user