public class CloudConfigServiceLocalImpl extends Object implements CloudConfigService
| Constructor and Description |
|---|
CloudConfigServiceLocalImpl(CloudProps cloudProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
attention(String group,
String name,
CloudConfigHandler observer) |
Config |
pull(String group,
String name) |
boolean |
push(String group,
String name,
String value) |
boolean |
remove(String group,
String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpull, push, removepublic CloudConfigServiceLocalImpl(CloudProps cloudProps)
public Config pull(String group, String name)
pull in interface CloudConfigServicepublic boolean push(String group, String name, String value)
push in interface CloudConfigServicepublic boolean remove(String group, String name)
remove in interface CloudConfigServicepublic void attention(String group, String name, CloudConfigHandler observer)
attention in interface CloudConfigServiceCopyright © 2025. All rights reserved.