public interface LazyComponentInitializer
| Modifier and Type | Method and Description |
|---|---|
void |
createComponent(org.mule.runtime.api.component.location.Location location)
Calling this method guarantees that the requested component from the configuration will be created.
|
void |
initializeComponent(org.mule.runtime.api.component.location.Location location)
Calling this method guarantees that the requested component from the configuration will be created and
initialized.
|
void initializeComponent(org.mule.runtime.api.component.location.Location location)
location - the location of the configuration component.org.mule.runtime.api.exception.MuleRuntimeException - if there's a problem creating the component or the component does not exists.void createComponent(org.mule.runtime.api.component.location.Location location)
location - the location of the configuration component.org.mule.runtime.api.exception.MuleRuntimeException - if there's a problem creating the component or the component does not exists.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.