Spring Integration

Package org.springframework.integration.store

Interface Summary
MessageGroup A group of messages that are correlated with each other and should be processed in the same context.
MessageGroupCallback  
MessageGroupStore Interface for storage operations on groups of messages linked by a group id.
MessageStore Strategy interface for storing and retrieving messages.
 

Class Summary
AbstractMessageGroupStore  
MessageGroupQueue A BlockingQueue that is backed by a MessageGroupStore.
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 group id.
SimpleMessageStore Map-based implementation of MessageStore and MessageGroupStore.
 


Spring Integration

Copyright © 2010. All Rights Reserved.