| Package | Description |
|---|---|
| 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 |
|---|---|
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.