Uses of Class
com.avanza.astrix.config.DynamicConfig
-
-
Uses of DynamicConfig in com.avanza.astrix.config
Methods in com.avanza.astrix.config that return DynamicConfig 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 DynamicConfigDynamicConfig. create(List<? extends ConfigSource> sources)static DynamicConfigDynamicConfig. merged(DynamicConfig dynamicConfigA, DynamicConfig dynamicConfigB)Methods in com.avanza.astrix.config with parameters of type DynamicConfig Modifier and Type Method Description DynamicBooleanPropertyBooleanSetting. getFrom(DynamicConfig config)DynamicEnumProperty<T>EnumSetting. getFrom(DynamicConfig config)DynamicIntPropertyIntSetting. getFrom(DynamicConfig config)DynamicLongPropertyLongSetting. getFrom(DynamicConfig config)DynamicProperty<T>Setting. getFrom(DynamicConfig config)Reads this Setting from the givenDynamicConfiginstance.DynamicStringPropertyStringSetting. getFrom(DynamicConfig config)static DynamicConfigDynamicConfig. merged(DynamicConfig dynamicConfigA, DynamicConfig dynamicConfigB)
-