public class SensingNullMessageProcessor extends Object implements Processor, org.mule.runtime.api.lifecycle.Disposable
ReactiveProcessor.ProcessingType| Modifier and Type | Field and Description |
|---|---|
CoreEvent |
event |
int |
invocations |
org.mule.runtime.api.util.concurrent.Latch |
latch |
protected org.mule.tck.SensingNullMessageProcessor.InternalMessageSource |
source |
Thread |
thread |
| Constructor and Description |
|---|
SensingNullMessageProcessor() |
SensingNullMessageProcessor(String appendString) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
dispose() |
MessageSource |
getMessageSource() |
CoreEvent |
process(CoreEvent event) |
void |
setWaitTime(long waitTime) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingTypepublic CoreEvent event
public org.mule.runtime.api.util.concurrent.Latch latch
public Thread thread
public volatile int invocations
protected org.mule.tck.SensingNullMessageProcessor.InternalMessageSource source
public SensingNullMessageProcessor()
public SensingNullMessageProcessor(String appendString)
public CoreEvent process(CoreEvent event) throws org.mule.runtime.api.exception.MuleException
public void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic void clear()
public MessageSource getMessageSource()
public void setWaitTime(long waitTime)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.