public class InvocationCountMessageProcessor extends org.mule.runtime.api.component.AbstractComponent implements Processor, org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Startable
ReactiveProcessor.ProcessingType| Constructor and Description |
|---|
InvocationCountMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getNumberOfInvocationsFor(String componentName) |
void |
initialise() |
CoreEvent |
process(CoreEvent event) |
void |
setName(String name) |
void |
start() |
getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingTypepublic CoreEvent process(CoreEvent event) throws org.mule.runtime.api.exception.MuleException
public void setName(String name)
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic static int getNumberOfInvocationsFor(String componentName)
componentName - name of the message processor in the configurationCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.