ReactiveProcessor.ProcessingType| Constructor and Description |
|---|
QueueReaderMessageProcessor(MuleContext muleContext,
String queueName,
Long timeout)
Creates a queue reader
|
| Modifier and Type | Method and Description |
|---|---|
Event |
process(Event event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingTypepublic QueueReaderMessageProcessor(MuleContext muleContext, String queueName, Long timeout)
muleContext - 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.