| Package | Description |
|---|---|
| org.mule.runtime.api.component.execution | |
| org.mule.runtime.api.el | |
| org.mule.runtime.api.interception | |
| org.mule.runtime.api.notification | |
| org.mule.runtime.internal.event |
| Modifier and Type | Method and Description |
|---|---|
Event |
ComponentExecutionException.getEvent()
|
Event |
ExecutionResult.getEvent()
Obtain the result
Event |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Event> |
ExecutableComponent.execute(Event event)
Executes the component based on a
Event that may have been provided by another component execution. |
| Modifier and Type | Method and Description |
|---|---|
static InputEvent |
InputEvent.create(Event event) |
CompletableFuture<Event> |
ExecutableComponent.execute(Event event)
Executes the component based on a
Event that may have been provided by another component execution. |
| Constructor and Description |
|---|
ComponentExecutionException(Throwable cause,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
static BindingContext |
BindingContextUtils.addEventBindings(Event event,
BindingContext baseContext)
Creates a new
BindingContext that contains the bindings from baseContext and the bindings that belong to the
given event. |
static BindingContext.Builder |
BindingContextUtils.addEventBuindingsToBuilder(Event event,
BindingContext baseContext)
Creates a new
BindingContext.Builder that contains the bindings from baseContext and the bindings that belong
to the given event. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InterceptionEvent
Provides access to the attributes of the input event of a component and allows to mutate them.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
EnrichedNotificationInfo.getEvent() |
Event |
ExtensionNotification.getEvent()
The
Event being processed when the notification was fired. |
Event |
EnrichedServerNotification.getEvent() |
| 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) |
| Constructor and Description |
|---|
DefaultInputEvent(Event event) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.