|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Queue | |
|---|---|
| org.mule.processor | |
| org.mule.streaming | |
| org.mule.util.queue | A resource manager that allow access to transactional queues with optional persistence. |
| org.mule.util.queue.objectstore | A resource manager that allow access to transactional queues with optional persistence. |
| Uses of Queue in org.mule.processor |
|---|
| Fields in org.mule.processor declared as Queue | |
|---|---|
protected Queue |
SedaStageInterceptingMessageProcessor.queue
|
| Uses of Queue in org.mule.streaming |
|---|
| Constructors in org.mule.streaming with parameters of type Queue | |
|---|---|
QueueProducer(Queue queue)
Creates an instance with 5000 milliseconds as the default polling value |
|
QueueProducer(Queue queue,
long timeout)
|
|
| Uses of Queue in org.mule.util.queue |
|---|
| Classes in org.mule.util.queue that implement Queue | |
|---|---|
class |
TransactionAwareQueueStore
Queue implementation that executes operations: - If there is no transaction context then executes the operation directly to the queue. |
| Methods in org.mule.util.queue that return Queue | |
|---|---|
Queue |
QueueSession.getQueue(String name)
Retrieves a queue. |
Queue |
AbstractQueueSession.getQueue(String name)
|
| Uses of Queue in org.mule.util.queue.objectstore |
|---|
| Methods in org.mule.util.queue.objectstore with parameters of type Queue | |
|---|---|
protected void |
TransactionalQueueManager.disposeQueue(Queue queue)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||