public class NoOpLazyComponentInitializer extends Object implements LazyComponentInitializer
LazyComponentInitializer.LazyComponentInitializer.ComponentLocationFilterLAZY_COMPONENT_INITIALIZER_SERVICE_KEY| Constructor and Description |
|---|
NoOpLazyComponentInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
initializeComponent(org.mule.runtime.api.component.location.Location location)
Calling this method guarantees that the requested component from the configuration will be created, initialized and
started.
|
void |
initializeComponents(LazyComponentInitializer.ComponentLocationFilter componentLocationFilter)
Calling this method guarantees that the components accepted by the filter from the configuration will be created,
initialized and started.
|
public void initializeComponents(LazyComponentInitializer.ComponentLocationFilter componentLocationFilter)
LazyComponentInitializerinitializeComponents in interface LazyComponentInitializercomponentLocationFilter - LazyComponentInitializer.ComponentLocationFilter to select the Component to be initialized and they dependent ones.public void initializeComponent(org.mule.runtime.api.component.location.Location location)
LazyComponentInitializerinitializeComponent in interface LazyComponentInitializerlocation - the location of the configuration component.Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.