| Package | Description |
|---|---|
| com.microsoft.azure.spring.cloud.config | |
| com.microsoft.azure.spring.cloud.config.stores |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigStore> |
AppConfigurationProperties.getStores() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppConfigurationProperties.setStores(List<ConfigStore> stores) |
| Modifier and Type | Method and Description |
|---|---|
String |
ClientStore.watchedKeyNames(ConfigStore store,
Map<String,List<String>> storeContextsMap)
Composite watched key names separated by comma, the key names is made up of:
prefix, context and key name pattern e.g., prefix: /config, context: /application,
watched key: my.watch.key will return: /config/application/my.watch.key
The returned watched key will be one key pattern, one or multiple specific keys
e.g., 1) * 2) /application/abc* 3) /application/abc 4) /application/abc,xyz
|
Copyright © 2020 Microsoft. All rights reserved.