public interface ComponentModelInitializer
ComponentModel lazily.| Modifier and Type | Method and Description |
|---|---|
void |
initializeComponents(Predicate<ComponentModel> componentModelPredicate,
boolean applyStartPhase)
Initializes the
componentModels that match for the predicate. |
void initializeComponents(Predicate<ComponentModel> componentModelPredicate, boolean applyStartPhase)
componentModels that match for the predicate.componentModelPredicate - a Predicate for ComponentModel to be initialized.applyStartPhase - boolean indicating if the Start phase should be applied to the created componentsCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.