| 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 ProcessorsTrace |
getProcessorsTrace(CoreEvent event)
Events have a list of message processor paths it went trough so that the execution path of an event can be reconstructed
after it has executed.
|
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 ProcessorsTrace getProcessorsTrace(CoreEvent event)
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–2024 MuleSoft, Inc.. All rights reserved.