Package com.azure.spring.cloud.config
Class AppConfigurationPropertySource
- java.lang.Object
-
- org.springframework.core.env.PropertySource<T>
-
- org.springframework.core.env.EnumerablePropertySource<com.azure.data.appconfiguration.ConfigurationClient>
-
- com.azure.spring.cloud.config.AppConfigurationPropertySource
-
public final class AppConfigurationPropertySource extends org.springframework.core.env.EnumerablePropertySource<com.azure.data.appconfiguration.ConfigurationClient>Azure App Configuration PropertySource unique per Store Label(Profile) combo.i.e. If connecting to 2 stores and have 2 labels set 4 AppConfigurationPropertySources need to be created.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetProperty(String name)String[]getPropertyNames()
-
-
-
Method Detail
-
getPropertyNames
public String[] getPropertyNames()
- Specified by:
getPropertyNamesin classorg.springframework.core.env.EnumerablePropertySource<com.azure.data.appconfiguration.ConfigurationClient>
-
-