| Package | Description |
|---|---|
| org.mule.runtime.api.component.execution | |
| org.mule.runtime.api.event | |
| org.mule.runtime.internal.event |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Event> |
ExecutableComponent.execute(InputEvent inputEvent)
Executes the component based on a
InputEvent created programmatically be the user. |
| Modifier and Type | Method and Description |
|---|---|
InputEvent |
InputEvent.addParameter(String key,
Object value)
Add a parameter.
|
InputEvent |
InputEvent.addParameter(String key,
Object value,
DataType dataType)
Add a parameter.
|
InputEvent |
InputEvent.addVariable(String key,
Object value)
Add a variable.
|
InputEvent |
InputEvent.addVariable(String key,
Object value,
DataType dataType)
Add a variable.
|
static InputEvent |
InputEvent.create() |
static InputEvent |
InputEvent.create(Event event) |
static InputEvent |
InputEvent.create(InputEvent inputEvent) |
InputEvent |
InputEvent.error(Error error)
Sets an error related to the produced event.
|
InputEvent |
InputEvent.message(Message message)
|
InputEvent |
InputEvent.parameters(Map<String,Object> parameters)
Set a map of parameters to be consumed within a XML connector operation
|
InputEvent |
InputEvent.properties(Map<String,Object> properties)
Set a map of properties to be consumed within a XML connector operation
|
InputEvent |
InputEvent.variables(Map<String,?> variables)
Set a map of variables.
|
| Modifier and Type | Method and Description |
|---|---|
static InputEvent |
InputEvent.create(InputEvent inputEvent) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputEvent
Default implementation for
InputEvent. |
| Modifier and Type | Method and Description |
|---|---|
InputEvent |
DefaultInputEvent.addParameter(String key,
Object value) |
InputEvent |
DefaultInputEvent.addParameter(String key,
Object value,
DataType dataType) |
InputEvent |
DefaultInputEvent.addVariable(String key,
Object value) |
InputEvent |
DefaultInputEvent.addVariable(String key,
Object value,
DataType dataType) |
InputEvent |
DefaultInputEvent.error(Error error) |
InputEvent |
DefaultInputEvent.message(Message message) |
InputEvent |
DefaultInputEvent.parameters(Map<String,Object> parameters) |
InputEvent |
DefaultInputEvent.properties(Map<String,Object> properties) |
InputEvent |
DefaultInputEvent.variables(Map<String,?> variables) |
| Constructor and Description |
|---|
DefaultInputEvent(InputEvent inputEvent) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.