add func of configbiz and wait to finish

This commit is contained in:
zhongchao
2022-09-09 09:41:28 +08:00
parent ab64327b6c
commit 23a648483a
23 changed files with 512 additions and 49 deletions

View File

@@ -0,0 +1,14 @@
package com.mogo.eagle.core.function.api.devatools
/**
* FuncConfig 功能配置业务回调
*/
interface IMoGoDevaToolsFuncConfigListener {
/**
* 更新业务数据注意⚠需要由业务方判断具体type业务聚合
* type : biz类型 (FuncBizConfig)
* data : json
*/
fun updateBizData(type: String, data: String?)
}