public class TestReceiver extends Object implements org.mule.runtime.core.api.processor.Processor, org.mule.runtime.core.api.context.MuleContextAware
| 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() |
org.mule.runtime.core.api.InternalEvent |
process(org.mule.runtime.core.api.InternalEvent event) |
String |
receive(String message) |
void |
setMuleContext(org.mule.runtime.core.api.MuleContext muleContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected static final org.slf4j.Logger logger
protected AtomicInteger count
public org.mule.runtime.core.api.InternalEvent process(org.mule.runtime.core.api.InternalEvent event)
throws org.mule.runtime.api.exception.MuleException
process in interface org.mule.runtime.core.api.processor.Processororg.mule.runtime.api.exception.MuleExceptionprotected int inc()
public void setMuleContext(org.mule.runtime.core.api.MuleContext muleContext)
setMuleContext in interface org.mule.runtime.core.api.context.MuleContextAwareCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.