Package com.avanza.astrix.config
Interface ConfigSource
-
- All Known Subinterfaces:
DynamicConfigSource
- All Known Implementing Classes:
AbstractDynamicConfigSource,MapConfigSource,PropertiesConfigSource,SystemPropertiesConfigSource
public interface ConfigSourceThe SPI used to plug in a configuration source into aDynamicConfiginstance. NOTE: Dynamic configuration sources should implement theDynamicConfigSourceinterface rather than this one.- Author:
- Elias Lindholm (elilin)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringget(String propertyName)Reads a property from this ConfigSource.
-