Package | Description |
---|---|
org.mule.routing.inbound |
Inbound router implementation as described in the Enterprise Integration Patterns book.
|
org.mule.util.store |
Modifier and Type | Field and Description |
---|---|
protected ObjectStore |
IdempotentReceiver.store |
Modifier and Type | Method and Description |
---|---|
protected ObjectStore |
IdempotentReceiver.createMessageIdStore() |
ObjectStore |
IdempotentReceiver.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
IdempotentReceiver.setStore(ObjectStore store) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMonitoredObjectStore
TODO
|
class |
InMemoryObjectStore
InMemoryObjectStore implements an optionally bounded
in-memory store for message IDs with periodic expiry of old entries. |
class |
TextFileObjectStore
A Simple object store that stores String objects by key to a text file.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.