| Package | Description |
|---|---|
| org.mule.runtime.api.component.execution | |
| org.mule.runtime.api.el | |
| org.mule.runtime.api.event | |
| org.mule.runtime.api.interception | |
| org.mule.runtime.internal.event |
| Modifier and Type | Method and Description |
|---|---|
Event |
ComponentExecutionException.getEvent() |
| 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. |
CompletableFuture<Event> |
ExecutableComponent.execute(InputEvent inputEvent)
Executes the component based on a
InputEvent created programmatically be the user. |
| 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. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static InputEvent |
InputEvent.create(Event 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.
|
| Constructor and Description |
|---|
DefaultInputEvent(Event event) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.