See: Description
| Interface | Description |
|---|---|
| ConfigProvider | A provider of configuration data, which may optionally support subscriptions to configuration changes. |
| Class | Description |
|---|---|
| DirectoryConfigProvider | An implementation of ConfigProvider based on a directory of files. |
| EnvVarConfigProvider | An implementation of ConfigProvider based on environment variables. |
| FileConfigProvider | An implementation of ConfigProvider that represents a Properties file. |