public interface RecoverableQueueStore extends QueueStore
QueueStore
required to be
able to recover a queue store base on a transaction journal.Modifier and Type | Method and Description |
---|---|
boolean |
contains(Serializable value)
Checks if a certain object exists in the queue.
|
void |
remove(Serializable value)
Removes the value from the queue.
|
clear, close, dispose, getCapacity, getName, getSize, isPersistent, offer, peek, poll, putNow, untake
void remove(Serializable value)
value
- object to be removedboolean contains(Serializable value)
value
- object to search in the queueCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.