| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponent
Base implementation for
Component |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutableComponent
Component representable in the Mule configuration that allows to be executed programmatically
|
| Modifier and Type | Method and Description |
|---|---|
Component |
ComponentProvider.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
ConfigurationComponentLocator.find(ComponentIdentifier componentIdentifier)
Finds all the components with the given identifier within the artifact.
|
Optional<Component> |
ConfigurationComponentLocator.find(Location location)
Finds a component in the configuration with the specified location.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
ComponentInitialStateManager.mustStartMessageSource(Component component)
Manages the initial state of sources.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableObjectProvider
Interface meant to be implemented by components that will provide objects that may be referenced from mule configuration files.
|
interface |
ObjectProvider
Interface meant to be implemented by components that will provide objects that may be referenced from mule configuration files.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
EnrichedServerNotification.getComponent() |
Component |
ExtensionNotification.getComponent()
The
Component that fired the notification. |
Component |
EnrichedNotificationInfo.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
static MessageProcessorNotification |
MessageProcessorNotification.createFrom(Event event,
ComponentLocation componentLocation,
Component processor,
Exception exceptionThrown,
int action) |
static EnrichedNotificationInfo |
EnrichedNotificationInfo.createInfo(Event event,
Exception e,
Component component)
Extract information from the event and exception to provide notification data.
|
| Constructor and Description |
|---|
EnrichedNotificationInfo(Event event,
Component component,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ComponentLocationProvider.getSourceCode(Component component) |
protected static String |
ComponentLocationProvider.getSourceFile(Component component) |
protected static Integer |
ComponentLocationProvider.getSourceFileLine(Component component) |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.