@RestController @RequestMapping(value="/v1/cs/listener") public class ListenerController extends Object
| 构造器和说明 |
|---|
ListenerController(ConfigSubService configSubService) |
| 限定符和类型 | 方法和说明 |
|---|---|
GroupkeyListenserStatus |
getAllSubClientConfigByIp(String ip,
boolean all,
String tenant,
int sampleTime,
org.springframework.ui.ModelMap modelMap)
Get subscribe information from client side.
|
@Autowired public ListenerController(ConfigSubService configSubService)
@GetMapping public GroupkeyListenserStatus getAllSubClientConfigByIp(@RequestParam(value="ip") String ip, @RequestParam(value="all",required=false) boolean all, @RequestParam(value="tenant",required=false) String tenant, @RequestParam(value="sampleTime",required=false,defaultValue="1") int sampleTime, org.springframework.ui.ModelMap modelMap) throws Exception
ExceptionCopyright © 2018–2022 Alibaba Group. All rights reserved.