类的使用
com.alibaba.nacos.api.naming.pojo.ListView
使用ListView的程序包
-
com.alibaba.nacos.api.naming中ListView的使用
修饰符和类型方法说明NamingService.getServicesOfServer(int pageNo, int pageSize) Get all service names from server.NamingService.getServicesOfServer(int pageNo, int pageSize, AbstractSelector selector) Get all service names from server with selector.NamingService.getServicesOfServer(int pageNo, int pageSize, String groupName) Get all service names from server.NamingService.getServicesOfServer(int pageNo, int pageSize, String groupName, AbstractSelector selector) Get all service names from server with selector.返回变量类型为ListView的类型的com.alibaba.nacos.api.naming中的方法修饰符和类型方法说明NamingService.fuzzyWatchWithServiceKeys(String groupNamePattern, FuzzyWatchEventWatcher listener) According to matching rules, watch services within a specific scope, and receive notifications when changes occur in the services within the scope.NamingService.fuzzyWatchWithServiceKeys(String serviceNamePattern, String groupNamePattern, FuzzyWatchEventWatcher listener) According to matching rules, watch services within a specific scope, and receive notifications when changes occur in the services within the scope.