public interface LazyComponentInitializer
| Modifier and Type | Method and Description |
|---|---|
void |
initializeComponent(String componentIdentifier)
Calling this method guarantees that the requested component from the configuration
will be created.
|
void initializeComponent(String componentIdentifier)
componentIdentifier - the identifier 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.