Package org.springframework.integration.store

Interface Summary
MessageGroup  
MessageGroupCallback  
MessageGroupStore Interface for storage operations on groups of messages linked by a correlation key.
MessageStore Strategy interface for storing and retrieving messages.
 

Class Summary
AbstractMessageGroupStore  
MessageGroupStoreReaper Convenient configurable component to allow explicit timed expiry of MessageGroup instances in a MessageGroupStore.
SimpleMessageGroup Represents a mutable group of correlated messages that is bound to a certain MessageStore and correlation key.
SimpleMessageStore Map-based implementation of MessageStore and MessageGroupStore.