Package io.siddhi.core.util.config
Interface ConfigReader
-
- All Known Implementing Classes:
InMemoryConfigReader,YAMLConfigReader
public interface ConfigReaderSiddhi Configuration Reader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getAllConfigs()Return all the configurations in the config readerStringreadConfig(String name, String defaultValue)Returns the value of the system property if set else the default value is returned
-