public class ComponentLocationVisitor extends Object implements Consumer<ComponentModel>
DefaultComponentLocation for all mule components in the artifact configuration.| Modifier and Type | Field and Description |
|---|---|
static org.mule.runtime.api.component.ComponentIdentifier |
BATCH_JOB_COMPONENT_IDENTIFIER |
static org.mule.runtime.api.component.ComponentIdentifier |
BATCH_PROCESSS_RECORDS_COMPONENT_IDENTIFIER |
| Constructor and Description |
|---|
ComponentLocationVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ComponentModel componentModel)
For every
ComponentModel in the configuration, sets the DefaultComponentLocation associated within an
annotation under the key AbstractComponent.LOCATION_KEY. |
public static final org.mule.runtime.api.component.ComponentIdentifier BATCH_JOB_COMPONENT_IDENTIFIER
public static final org.mule.runtime.api.component.ComponentIdentifier BATCH_PROCESSS_RECORDS_COMPONENT_IDENTIFIER
public void accept(ComponentModel componentModel)
ComponentModel in the configuration, sets the DefaultComponentLocation associated within an
annotation under the key AbstractComponent.LOCATION_KEY.accept in interface Consumer<ComponentModel>componentModel - the component model that will be assign it's DefaultComponentLocation.Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.