| Package | Description |
|---|---|
| org.mule.runtime.config.api | |
| org.mule.runtime.config.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
LazyComponentInitializer.initializeComponents(LazyComponentInitializer.ComponentLocationFilter componentLocationFilter)
Calling this method guarantees that the components accepted by the filter from the configuration will be created, initialized
and started.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LazyMuleArtifactContext.initializeComponents(LazyComponentInitializer.ComponentLocationFilter filter) |
void |
NoOpLazyComponentInitializer.initializeComponents(LazyComponentInitializer.ComponentLocationFilter componentLocationFilter) |
void |
LazyMuleArtifactContext.initializeComponents(LazyComponentInitializer.ComponentLocationFilter filter,
boolean applyStartPhase) |
void |
LazyComponentInitializerAdapter.initializeComponents(LazyComponentInitializer.ComponentLocationFilter componentLocationFilter,
boolean applyStartPhase)
Calling this method guarantees that the components accepted by the filter from the configuration will be created and
initialized.
|
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.