Uses of Class
io.helidon.config.ConfigSources.CompositeBuilder
-
Packages that use ConfigSources.CompositeBuilder Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data. -
-
Uses of ConfigSources.CompositeBuilder in io.helidon.config
Methods in io.helidon.config that return ConfigSources.CompositeBuilder Modifier and Type Method Description ConfigSources.CompositeBuilderConfigSources.CompositeBuilder. add(Supplier<ConfigSource> source)Adds aConfigSourceto the ordered list of sources.ConfigSources.CompositeBuilderConfigSources.CompositeBuilder. changesDebounce(Duration debounceTimeout)Specifies debounce timeout for reloading the config after the underlying config source(s) change.ConfigSources.CompositeBuilderConfigSources.CompositeBuilder. changesExecutor(ScheduledExecutorService changesExecutor)SpecifiesScheduledExecutorServiceon which reloads of the config source will occur.ConfigSources.CompositeBuilderConfigSources.CompositeBuilder. changesMaxBuffer(int changesMaxBuffer)Specifies maximum capacity for each subscriber's buffer to be used to deliverconfig source changes.static ConfigSources.CompositeBuilderConfigSources. create(Supplier<ConfigSource>... configSources)Provides aConfigSources.CompositeBuilderfor creating a compositeConfigSourcebased on the specifiedConfigSources, used in the order in which they are passed as arguments.static ConfigSources.CompositeBuilderConfigSources. create(List<Supplier<ConfigSource>> configSources)Provides aConfigSources.CompositeBuilderfor creating a compositeConfigSourcebased on theConfigSources and their order in the specified list.static ConfigSources.CompositeBuilderConfigSources. load(Config metaConfig)Provides aConfigSources.CompositeBuilderfor creating a compositeConfigSourcebased on theConfigSources returned by the provided meta-configuration.static ConfigSources.CompositeBuilderConfigSources. load(Supplier<ConfigSource>... metaSources)Provides aConfigSources.CompositeBuilderfor creating a compositeConfigSourcebased on theConfigSources returned by the provided meta-sources.ConfigSources.CompositeBuilderConfigSources.CompositeBuilder. mergingStrategy(ConfigSources.MergingStrategy mergingStrategy)Sets the strategy to be used for merging the root nodes provided by the list ofConfigSources.
-