feat: 集群数据同步初步完成

This commit is contained in:
clay
2024-04-19 21:11:12 +08:00
parent ab8e2f7b87
commit 1e6b62e7cc
21 changed files with 582 additions and 79 deletions

View File

@@ -0,0 +1,17 @@
package cn.fateverse.query.dubbo;
/**
* @author Clay
* @date 2024/4/19 10:56
*/
public interface DubboDispatchServletPublish {
Boolean publish(String path, String requestMethod);
Boolean unpublish(String path, String requestMethod);
}