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
InterruptedException
void untake(QueueStore queue, Serializable item) throws InterruptedException
InterruptedException
void clear(QueueStore queue) throws InterruptedException
InterruptedException
Serializable poll(QueueStore queue, long pollTimeout) throws InterruptedException
InterruptedException
Serializable peek(QueueStore queue) throws InterruptedException
InterruptedException
int size(QueueStore queue)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.