| Package | Description |
|---|---|
| org.mule.runtime.config.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyMuleArtifactContext
Implementation of
MuleArtifactContext that allows to create configuration components lazily. |
| Constructor and Description |
|---|
LazyMuleArtifactContext(MuleContext muleContext,
org.mule.runtime.ast.api.ArtifactAst artifactAst,
OptionalObjectsController optionalObjectsController,
Optional<org.mule.runtime.api.component.ConfigurationProperties> parentConfigurationProperties,
Map<String,String> artifactProperties,
ArtifactType artifactType,
Optional<ComponentModelInitializer> parentComponentModelInitializer,
org.mule.runtime.api.lock.LockFactory runtimeLockFactory,
ComponentBuildingDefinitionRegistryFactory componentBuildingDefinitionRegistryFactory,
org.mule.runtime.api.config.FeatureFlaggingService featureFlaggingService)
Parses configuration files creating a spring ApplicationContext which is used as a parent registry using the SpringRegistry
registry implementation to wraps the spring ApplicationContext
|
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.