public class MessageProcessorNotification extends EnrichedServerNotification implements SynchronousServerEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
MESSAGE_PROCESSOR_POST_INVOKE |
static int |
MESSAGE_PROCESSOR_PRE_INVOKE |
flowConstruct, notificationInfoaction, ADMIN_EVENT_ACTION_START_RANGE, ASYNC_MESSAGE_EVENT_ACTION_START_RANGE, CLUSTER_NODE_EVENT_ACTION_START_RANGE, COMPONENT_EVENT_ACTION_START_RANGE, CONNECTION_EVENT_ACTION_START_RANGE, CONTEXT_EVENT_ACTION_START_RANGE, CUSTOM_EVENT_ACTION_START_RANGE, EVENT_NAME, EXCEPTION_EVENT_ACTION_START_RANGE, EXCEPTION_STRATEGY_MESSAGE_EVENT_ACTION_START_RANGE, FLOW_CONSTRUCT_EVENT_ACTION_START_RANGE, MANAGEMENT_EVENT_ACTION_START_RANGE, MESSAGE_EVENT_ACTION_START_RANGE, MESSAGE_EVENT_END_ACTION_START_RANGE, MESSAGE_PROCESSOR_EVENT_ACTION_START_RANGE, muleContext, NO_ACTION_ID, NO_ACTION_NAME, NULL_ACTION, NULL_MESSAGE, PIPELINE_MESSAGE_EVENT_ACTION_START_RANGE, REGISTRY_EVENT_ACTION_START_RANGE, resourceIdentifier, ROUTING_EVENT_ACTION_START_RANGE, SECURITY_EVENT_ACTION_START_RANGE, serverId, SPACE_EVENT_ACTION_START_RANGE, timestamp, TRANSACTION_EVENT_ACTION_START_RANGE, TYPE_ERROR, TYPE_FATAL, TYPE_INFO, TYPE_TRACE, TYPE_WARNINGsource| Constructor and Description |
|---|
MessageProcessorNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct,
EventContext eventContext,
int action) |
| Modifier and Type | Method and Description |
|---|---|
static MessageProcessorNotification |
createFrom(Event event,
FlowConstruct flowConstruct,
Processor processor,
MessagingException exceptionThrown,
int action) |
org.mule.runtime.api.metadata.TypedValue |
evaluateExpression(ExpressionManager expressionManager,
String script) |
EventContext |
getEventContext() |
MessagingException |
getException() |
Processor |
getProcessor() |
String |
toString() |
getComponent, getCorrelationId, getError, getFlowCallStack, getFlowConstruct, getGroupCorrelation, getInfo, getLocationUri, getMessage, getOriginatingFlowName, getResourceIdentifier, getSource, getUniqueId, getVariablesgetAction, getActionId, getActionName, getActionName, getServerId, getTimestamp, getType, registerAction, setMuleContextpublic static final int MESSAGE_PROCESSOR_PRE_INVOKE
public static final int MESSAGE_PROCESSOR_POST_INVOKE
public MessageProcessorNotification(EnrichedNotificationInfo notificationInfo, FlowConstruct flowConstruct, EventContext eventContext, int action)
public static MessageProcessorNotification createFrom(Event event, FlowConstruct flowConstruct, Processor processor, MessagingException exceptionThrown, int action)
public Processor getProcessor()
public EventContext getEventContext()
public MessagingException getException()
getException in class EnrichedServerNotificationpublic String toString()
toString in class EnrichedServerNotificationpublic org.mule.runtime.api.metadata.TypedValue evaluateExpression(ExpressionManager expressionManager, String script)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.