org.mule.api.store
Interface QueueStore<T extends Serializable>

All Superinterfaces:
ListableObjectStore<T>, ObjectStore<T>
All Known Implementing Classes:
QueueStoreAdapter

public interface QueueStore<T extends Serializable>
extends ListableObjectStore<T>

Defines a <ListableObjectStore to store data for event queues.


Method Summary
 
Methods inherited from interface org.mule.api.store.ListableObjectStore
allKeys, close, open
 
Methods inherited from interface org.mule.api.store.ObjectStore
clear, contains, isPersistent, remove, retrieve, store
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.