feat: 集群数据同步初步完成
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user