ReactiveProcessor.ProcessingType| Constructor and Description |
|---|
QueueReaderMessageProcessor(org.mule.runtime.api.artifact.Registry registry,
String queueName,
Long timeout)
Creates a queue reader
|
| Modifier and Type | Method and Description |
|---|---|
CoreEvent |
process(CoreEvent event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingTypepublic QueueReaderMessageProcessor(org.mule.runtime.api.artifact.Registry registry,
String queueName,
Long timeout)
registry - application's mule context. Not null.queueName - name of the queue to use. Non emptytimeout - number of milliseconds to wait for an available event. Non negative. Null means no timeout required.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.