public interface RepositoryChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRepositoryChange(String namespace,
Properties newProperties)
Invoked when config repository changes.
|
void |
onRepositoryChange(String appId,
String namespace,
Properties newProperties)
Invoked when config repository changes.
|
void onRepositoryChange(String namespace, Properties newProperties)
namespace - the namespace of this repository changenewProperties - the properties after changevoid onRepositoryChange(String appId, String namespace, Properties newProperties)
appId - the appId of this repository changenamespace - the namespace of this repository changenewProperties - the properties after changeCopyright © 2025. All rights reserved.