Uses of Class
io.vertigo.core.node.config.BootConfig
Packages that use BootConfig
-
Uses of BootConfig in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return BootConfigModifier and TypeMethodDescriptionNodeConfig.bootConfig()Returns the value of thebootConfigrecord component.BootConfigBuilder.build()Methods in io.vertigo.core.node.config with parameters of type BootConfigModifier and TypeMethodDescriptionNodeConfigBuilder.withBoot(BootConfig bootConfig) Opens the bootConfigBuilder.Constructors in io.vertigo.core.node.config with parameters of type BootConfigModifierConstructorDescriptionNodeConfig(String appName, String nodeId, Optional<String> endPointOpt, Set<String> activeFlags, BootConfig bootConfig, List<ModuleConfig> moduleConfigs, List<ComponentInitializerConfig> componentInitializerConfigs) Creates an instance of aNodeConfigrecord class.