public interface QueueTransactionContext
| Modifier and Type | Method and Description |
|---|---|
void |
clear(QueueStore queue) |
boolean |
offer(QueueStore queue,
Serializable item,
long offerTimeout) |
Serializable |
peek(QueueStore queue) |
Serializable |
poll(QueueStore queue,
long pollTimeout) |
int |
size(QueueStore queue) |
void |
untake(QueueStore queue,
Serializable item) |
boolean offer(QueueStore queue, Serializable item, long offerTimeout) throws InterruptedException
InterruptedExceptionvoid untake(QueueStore queue, Serializable item) throws InterruptedException
InterruptedExceptionvoid clear(QueueStore queue) throws InterruptedException
InterruptedExceptionSerializable poll(QueueStore queue, long pollTimeout) throws InterruptedException
InterruptedExceptionSerializable peek(QueueStore queue) throws InterruptedException
InterruptedExceptionint size(QueueStore queue)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.