| Package | Description |
|---|---|
| org.mule.config |
Providers Mule Xml configuration support and general configuration classes.
|
| org.mule.processor.strategy | |
| org.mule.util.queue.objectstore |
A resource manager that allow access to transactional queues with optional persistence.
|
| org.mule.util.store |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueProfile.addQueueStore(QueueStore<Serializable> objectStore) |
void |
QueueProfile.setQueueStore(QueueStore<Serializable> objectStore) |
| Constructor and Description |
|---|
QueueProfile(int maxOutstandingMessages,
QueueStore<Serializable> objectStore) |
QueueProfile(QueueStore<Serializable> objectStore) |
| Modifier and Type | Field and Description |
|---|---|
protected QueueStore<Serializable> |
QueuedAsynchronousProcessingStrategy.queueStore |
| Modifier and Type | Method and Description |
|---|---|
QueueStore<Serializable> |
QueuedAsynchronousProcessingStrategy.getQueueStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueuedAsynchronousProcessingStrategy.setQueueStore(QueueStore<Serializable> queueStore) |
| Modifier and Type | Field and Description |
|---|---|
protected QueueStore<Serializable> |
QueueConfiguration.objectStore
Deprecated.
|
| Constructor and Description |
|---|
QueueConfiguration(int capacity,
QueueStore<Serializable> objectStore)
Deprecated.
|
QueueConfiguration(MuleContext context,
int capacity,
QueueStore<Serializable> objectStore)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueueStoreAdapter<T extends Serializable>
Deprecated.
this class will be removed in Mule 4.0 in favor of the new queue implementation
|
| Modifier and Type | Method and Description |
|---|---|
QueueStore<Serializable> |
MuleDefaultObjectStoreFactory.createDefaultInMemoryQueueStore() |
static QueueStore<Serializable> |
DefaultObjectStoreFactoryBean.createDefaultInMemoryQueueStore() |
QueueStore<Serializable> |
DefaultObjectStoreFactory.createDefaultInMemoryQueueStore()
Creates an in memory object store for storing queue events
|
QueueStore<Serializable> |
MuleDefaultObjectStoreFactory.createDefaultPersistentQueueStore() |
static QueueStore<Serializable> |
DefaultObjectStoreFactoryBean.createDefaultPersistentQueueStore() |
QueueStore<Serializable> |
DefaultObjectStoreFactory.createDefaultPersistentQueueStore()
Creates a persistent object store for storing queue events
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.