@RestController @RequestMapping(path="/config") @Deprecated public class AdminConfigEndpoint extends Object
| 构造器和说明 |
|---|
AdminConfigEndpoint()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
pushBinder(List<Properties> propertiesList)
已过时。
发送binder事件
|
org.springframework.http.ResponseEntity<?> |
updateConfig(String token,
String namespace,
String configKey,
String configValue)
已过时。
|
@RequestMapping(path="/update-config",
method=POST)
@ResponseBody
@Deprecated
public org.springframework.http.ResponseEntity<?> updateConfig(@RequestParam(value="token")
String token,
@RequestParam(value="namespace")
String namespace,
@RequestParam(value="configKey")
String configKey,
@RequestParam(value="configValue")
String configValue)
public void pushBinder(List<Properties> propertiesList)
propertiesList - Copyright © 2021. All rights reserved.