| Package | Description |
|---|---|
| org.mule.runtime.api.component | |
| org.mule.runtime.api.component.location | |
| org.mule.runtime.api.meta.model.error | |
| org.mule.runtime.api.source |
| Modifier and Type | Method and Description |
|---|---|
ComponentIdentifier |
ComponentIdentifier.Builder.build() |
static ComponentIdentifier |
ComponentIdentifier.buildFromStringRepresentation(String componentIdentifier)
Creates a
ComponentIdentifier from an string representation where the expected format is namespace:name. |
ComponentIdentifier |
TypedComponentIdentifier.getIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
TypedComponentIdentifier.Builder |
TypedComponentIdentifier.Builder.identifier(ComponentIdentifier componentIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedObject> |
ConfigurationComponentLocator.find(ComponentIdentifier componentIdentifier)
Finds all the components with the given identifier within the artifact.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorModelBuilder |
ErrorModelBuilder.newError(ComponentIdentifier identifier)
Creates a builder to be able to create
ErrorModel instances from an error ComponentIdentifier |
| Modifier and Type | Field and Description |
|---|---|
static ComponentIdentifier |
SchedulerMessageSource.SCHEDULER_MESSAGE_SOURCE_IDENTIFIER
ComponentIdentifier of an scheduler message source. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.