Uses of Interface
com.avanza.astrix.config.ConfigSource
-
-
Uses of ConfigSource in com.avanza.astrix.config
Subinterfaces of ConfigSource in com.avanza.astrix.config Modifier and Type Interface Description interfaceDynamicConfigSourceThe SPI used to plug in a dynamic configuration source into aDynamicConfiginstance.Classes in com.avanza.astrix.config that implement ConfigSource Modifier and Type Class Description classAbstractDynamicConfigSourceSkeleton implementation of aDynamicConfigSource.classMapConfigSourceMap backedDynamicConfigSourceuseful in testing.classPropertiesConfigSourceConfigSourceimplementation delegating all property lookup to aPropertiesinstance.classSystemPropertiesConfigSourceAConfigSourcethat resolves a property by reading system properties.Methods in com.avanza.astrix.config that return ConfigSource Modifier and Type Method Description static ConfigSourceGlobalConfigSourceRegistry. getConfigSource(String configSourceId)static ConfigSourcePropertiesConfigSource. optionalClasspathPropertiesFile(String fileName)Methods in com.avanza.astrix.config with parameters of type ConfigSource Modifier and Type Method Description static DynamicConfigDynamicConfig. create(ConfigSource first, ConfigSource... other)Creates aDynamicConfiginstance resolving configuration properties using the defined set ofConfigSource's (possiblyDynamicConfigSource).static StringGlobalConfigSourceRegistry. register(ConfigSource configSource)Method parameters in com.avanza.astrix.config with type arguments of type ConfigSource Modifier and Type Method Description static DynamicConfigDynamicConfig. create(List<? extends ConfigSource> sources)Constructors in com.avanza.astrix.config with parameters of type ConfigSource Constructor Description DynamicConfig(ConfigSource configSource)Constructor parameters in com.avanza.astrix.config with type arguments of type ConfigSource Constructor Description DynamicConfig(List<? extends ConfigSource> configSources)
-