public class TestReceiver extends Object implements Processor, MuleContextAware
ReactiveProcessor.ProcessingType| Modifier and Type | Field and Description |
|---|---|
protected AtomicInteger |
count |
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TestReceiver() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
inc() |
CoreEvent |
process(CoreEvent event) |
String |
receive(String message) |
void |
setMuleContext(MuleContext muleContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingTypeprotected static final org.slf4j.Logger logger
protected AtomicInteger count
public CoreEvent process(CoreEvent event) throws org.mule.runtime.api.exception.MuleException
protected int inc()
public void setMuleContext(MuleContext muleContext)
setMuleContext in interface MuleContextAwareCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.