Class ConfigStore
java.lang.Object
com.azure.spring.cloud.config.properties.ConfigStore
Config Store Properties for Requests to an Azure App Configuration Store.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetConnectionString(String connectionString) voidsetEnabled(boolean enabled) voidsetEndpoint(String endpoint) voidsetEndpoints(List<String> endpoints) voidsetFailFast(boolean failFast) voidsetFeatureFlags(FeatureFlagStore featureFlags) voidsetMonitoring(AppConfigurationStoreMonitoring monitoring) voidsetSelects(List<AppConfigurationStoreSelects> selects) void
-
Constructor Details
-
ConfigStore
public ConfigStore()
-
-
Method Details
-
getEndpoint
- Returns:
- the endpoint
-
setEndpoint
- Parameters:
endpoint- the endpoint to set
-
getEndpoints
- Returns:
- list of endpoints
-
setEndpoints
- Parameters:
endpoints- list of endpoints to connect to geo-replicated config store instances.
-
getConnectionString
- Returns:
- the connectionString
-
setConnectionString
- Parameters:
connectionString- the connectionString to set
-
getConnectionStrings
- Returns:
- connectionStrings
-
isFailFast
public boolean isFailFast()- Returns:
- the failFast
-
setFailFast
public void setFailFast(boolean failFast) - Parameters:
failFast- the failFast to set
-
isEnabled
public boolean isEnabled()- Returns:
- the enabled
-
setEnabled
public void setEnabled(boolean enabled) - Parameters:
enabled- the enabled to set
-
getSelects
- Returns:
- the selects
-
setSelects
- Parameters:
selects- the selects to set
-
getMonitoring
- Returns:
- the monitoring
-
setMonitoring
- Parameters:
monitoring- the monitoring to set
-
getFeatureFlags
- Returns:
- the featureFlags
-
setFeatureFlags
- Parameters:
featureFlags- the featureFlags to set
-
validateAndInit
- Throws:
IllegalStateException- Connection String URL endpoint is invalid
-