public final class MessageProcessorNotification extends EnrichedServerNotification
Notification.Action| Modifier and Type | Field and Description |
|---|---|
static int |
MESSAGE_PROCESSOR_POST_INVOKE |
static int |
MESSAGE_PROCESSOR_PRE_INVOKE |
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, 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, NO_ACTION_ID, NO_ACTION_NAME, NULL_ACTION, NULL_MESSAGE, PIPELINE_MESSAGE_EVENT_ACTION_START_RANGE, POLICY_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,
ComponentLocation componentLocation,
EventContext eventContext,
int action) |
| Modifier and Type | Method and Description |
|---|---|
static MessageProcessorNotification |
createFrom(Event event,
ComponentLocation componentLocation,
Component processor,
Exception exceptionThrown,
int action) |
EventContext |
getEventContext() |
String |
getEventName()
The name that identifies this particular notification type.
|
boolean |
isSynchronous()
Indicates the synchronicity of the processing of this notification.
|
String |
toString() |
getComponent, getEvent, getException, getInfo, getLocationUri, getSourcegetAction, getActionId, getActionName, getActionName, getResourceIdentifier, getServerId, getTimestamp, getType, registerAction, setServerIdpublic static final int MESSAGE_PROCESSOR_PRE_INVOKE
public static final int MESSAGE_PROCESSOR_POST_INVOKE
public MessageProcessorNotification(EnrichedNotificationInfo notificationInfo, ComponentLocation componentLocation, EventContext eventContext, int action)
public static MessageProcessorNotification createFrom(Event event, ComponentLocation componentLocation, Component processor, Exception exceptionThrown, int action)
public EventContext getEventContext()
public String toString()
toString in class EnrichedServerNotificationpublic boolean isSynchronous()
NotificationNotificationDispatcher.dispatch(Notification) or will be dispatched to a Scheduler for asynchronous
processing.public String getEventName()
AbstractServerNotificationgetEventName in class AbstractServerNotificationCopyright © 2024 MuleSoft, Inc.. All rights reserved.