Class ConfigStore


  • public final class ConfigStore
    extends Object
    Config Store Properties for Requests to an Azure App Configuration Store.
    • Constructor Detail

      • ConfigStore

        public ConfigStore()
    • Method Detail

      • getEndpoint

        public String getEndpoint()
        Returns:
        the endpoint
      • setEndpoint

        public void setEndpoint​(String endpoint)
        Parameters:
        endpoint - the endpoint to set
      • getConnectionString

        public String getConnectionString()
        Returns:
        the connectionString
      • setConnectionString

        public void setConnectionString​(String connectionString)
        Parameters:
        connectionString - the connectionString to set
      • 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
      • getFeatureFlags

        public FeatureFlagStore getFeatureFlags()
        Returns:
        the featureFlags
      • setFeatureFlags

        public void setFeatureFlags​(FeatureFlagStore featureFlags)
        Parameters:
        featureFlags - the featureFlags to set