Uses of Record Class
io.vertigo.core.node.config.ModuleConfig
Packages that use ModuleConfig
Package
Description
-
Uses of ModuleConfig in io.vertigo.core.node.component.loader
Method parameters in io.vertigo.core.node.component.loader with type arguments of type ModuleConfigModifier and TypeMethodDescriptionComponentSpaceLoader.loadAllComponentsAndAspects(List<ModuleConfig> moduleConfigs) Add all the components defined in the moduleConfigs into the componentSpace. -
Uses of ModuleConfig in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return ModuleConfigModifier and TypeMethodDescriptionfinal ModuleConfigFeatures.build()ModuleConfigBuilder.build()Builds and returns the final object.Methods in io.vertigo.core.node.config that return types with arguments of type ModuleConfigModifier and TypeMethodDescriptionNodeConfig.moduleConfigs()Returns the value of themoduleConfigsrecord component.Methods in io.vertigo.core.node.config with parameters of type ModuleConfigModifier and TypeMethodDescriptionNodeConfigBuilder.addModule(ModuleConfig moduleConfig) Adds a a moduleConfig.Constructor parameters in io.vertigo.core.node.config with type arguments of type ModuleConfigModifierConstructorDescriptionNodeConfig(String appName, String nodeId, Optional<String> endPointOpt, Set<String> activeFlags, BootConfig bootConfig, List<ModuleConfig> moduleConfigs, List<ComponentInitializerConfig> componentInitializerConfigs) Creates an instance of aNodeConfigrecord class. -
Uses of ModuleConfig in io.vertigo.core.node.definition.loader
Method parameters in io.vertigo.core.node.definition.loader with type arguments of type ModuleConfigModifier and TypeMethodDescriptionDefinitionSpaceLoader.loadDefinitions(List<ModuleConfig> moduleConfigs) Inject all the definition of the modules.