public class CloudConfigServiceLocalImpl extends Object implements org.noear.solon.cloud.service.CloudConfigService
| Constructor and Description |
|---|
CloudConfigServiceLocalImpl(org.noear.solon.cloud.CloudProps cloudProps) |
| Modifier and Type | Method and Description |
|---|---|
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 CloudConfigServiceLocalImpl(org.noear.solon.cloud.CloudProps cloudProps)
public org.noear.solon.cloud.model.Config pull(String group, String name)
pull in interface org.noear.solon.cloud.service.CloudConfigServicepublic boolean push(String group, String name, String value)
push in interface org.noear.solon.cloud.service.CloudConfigServicepublic boolean remove(String group, String name)
remove in interface org.noear.solon.cloud.service.CloudConfigServiceCopyright © 2025. All rights reserved.