类 ListenerController
- java.lang.Object
-
- com.alibaba.nacos.config.server.controller.ListenerController
-
@RestController @RequestMapping("/v1/cs/listener") public class ListenerController extends java.lang.ObjectConfig longpolling.- 作者:
- Nacos
-
-
字段概要
字段 修饰符和类型 字段 说明 private ConfigSubServiceconfigSubService
-
构造器概要
构造器 构造器 说明 ListenerController(ConfigSubService configSubService)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 GroupkeyListenserStatusgetAllSubClientConfigByIp(java.lang.String ip, boolean all, java.lang.String tenant, int sampleTime, org.springframework.ui.ModelMap modelMap)Get subscribe information from client side.
-
-
-
字段详细资料
-
configSubService
private final ConfigSubService configSubService
-
-
构造器详细资料
-
ListenerController
public ListenerController(ConfigSubService configSubService)
-
-
方法详细资料
-
getAllSubClientConfigByIp
@GetMapping public GroupkeyListenserStatus getAllSubClientConfigByIp(@RequestParam("ip") java.lang.String ip, @RequestParam(value="all",required=false) boolean all, @RequestParam(value="tenant",required=false) java.lang.String tenant, @RequestParam(value="sampleTime",required=false,defaultValue="1") int sampleTime, org.springframework.ui.ModelMap modelMap)
Get subscribe information from client side.
-
-