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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setConnectionString
(String connectionString) void
setEnabled
(boolean enabled) void
setEndpoint
(String endpoint) void
setEndpoints
(List<String> endpoints) void
setFailFast
(boolean failFast) void
setFeatureFlags
(FeatureFlagStore featureFlags) void
setMonitoring
(AppConfigurationStoreMonitoring monitoring) void
setSelects
(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
-