Interface ConfigurationProvider

All Known Implementing Classes:
EnvironmentConfigurationProvider, PropertiesFileConfigurationProvider, SystemPropertiesConfigurationProvider

public interface ConfigurationProvider
Provider for configuration property values.
  • Method Details

    • getConfigurationValue

      Optional<String> getConfigurationValue(String propertyName)
      Get the value of a configuration property.
      Parameters:
      propertyName - Name of the property
      Returns:
      Value of the property or empty if the property is missing