public class EventMessageProcessor extends AbstractEventNotificationFiringMessageProcessor
| Modifier and Type | Field and Description |
|---|---|
protected String |
inherits |
protected Map<String,String> |
metaData |
protected String |
name |
expressionManager| Constructor and Description |
|---|
EventMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected EventNotification |
createNotification(org.mule.runtime.core.api.event.CoreEvent muleEvent) |
void |
setEventName(String name) |
void |
setInherits(String inherits) |
void |
setMetaData(Map<String,String> metaData) |
void |
setMetaDataCollection(Collection<org.mule.runtime.dsl.api.component.MapEntry<String,String>> metaDataCollection) |
createNotification, extractValue, processgetAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected final EventNotification createNotification(org.mule.runtime.core.api.event.CoreEvent muleEvent)
createNotification in class AbstractEventNotificationFiringMessageProcessorEventNotification used by AbstractEventNotificationFiringMessageProcessor.process(CoreEvent)public final void setEventName(String name)
public void setMetaDataCollection(Collection<org.mule.runtime.dsl.api.component.MapEntry<String,String>> metaDataCollection)
public final void setInherits(String inherits)
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.