public class CloudConfigServiceLocalImpl extends Object implements org.noear.solon.cloud.service.CloudConfigService
| 构造器和说明 |
|---|
CloudConfigServiceLocalImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
attention(String group,
String name,
org.noear.solon.cloud.CloudConfigHandler observer) |
org.noear.solon.cloud.model.Config |
pull(String group,
String name) |
boolean |
push(String group,
String name,
String value) |
boolean |
remove(String group,
String name) |
public org.noear.solon.cloud.model.Config pull(String group, String name)
pull 在接口中 org.noear.solon.cloud.service.CloudConfigServicepublic boolean push(String group, String name, String value)
push 在接口中 org.noear.solon.cloud.service.CloudConfigServicepublic boolean remove(String group, String name)
remove 在接口中 org.noear.solon.cloud.service.CloudConfigServiceCopyright © 2022. All rights reserved.