| Modifier and Type | Field and Description |
|---|---|
static FlowExceptionHandler |
HANDLER |
| Modifier and Type | Method and Description |
|---|---|
static CoreEvent |
getCurrentEvent()
Return the event associated with the currently executing thread.
|
static FlowExceptionHandler |
getEffectiveExceptionHandler(CoreEvent event) |
static Object |
getSessionProperty(CoreEvent event,
String property) |
static org.mule.runtime.api.metadata.DataType |
getSessionPropertyDataType(CoreEvent event,
String property) |
static Object |
removeSessionProperty(CoreEvent event,
String property) |
public static final FlowExceptionHandler HANDLER
public static FlowExceptionHandler getEffectiveExceptionHandler(CoreEvent event)
FlowExceptionHandler to be applied if an exception is unhandled during the processing of the given
event.public static org.mule.runtime.api.metadata.DataType getSessionPropertyDataType(CoreEvent event, String property)
public static CoreEvent getCurrentEvent()
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.