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

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

Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation

@Deprecated
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.