public class QueueWriterMessageProcessor extends org.mule.runtime.api.component.AbstractComponent implements Processor, org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable
CoreEvent to a test connector's queue.ReactiveProcessor.ProcessingType| Constructor and Description |
|---|
QueueWriterMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
initialise() |
CoreEvent |
process(CoreEvent event) |
void |
setContent(String content) |
void |
setContentJavaType(Class contentJavaType) |
void |
setName(String name) |
void |
start() |
void |
stop() |
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 setContent(String content)
public String getName()
public void setName(String name)
public void setContentJavaType(Class contentJavaType)
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 void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.