Uses of Class
org.springframework.integration.store.AbstractBatchingMessageGroupStore
Packages that use AbstractBatchingMessageGroupStore
Package
Description
Provides the Message Store support classes.
Provides JDBC-backed Message Store implementations.
Provides classes related to the MongoDB message store.
Provides classes related to the Redis message store.
Provides classes releated to storing messages.
- 
Uses of AbstractBatchingMessageGroupStore in org.springframework.integration.hazelcast.storeModifier and TypeClassDescriptionclassThe HazelcastIMap-basedAbstractKeyValueMessageStoreimplementation.
- 
Uses of AbstractBatchingMessageGroupStore in org.springframework.integration.jdbc.storeModifier and TypeClassDescriptionclassImplementation ofMessageStoreusing a relational database via JDBC.
- 
Uses of AbstractBatchingMessageGroupStore in org.springframework.integration.mongodb.storeModifier and TypeClassDescriptionclassThe abstract MongoDBAbstractMessageGroupStoreimplementation to provide configuration for common options for implementations of this class.classAn alternate MongoDBMessageStoreandMessageGroupStorewhich allows the user to configure the instance ofMongoTemplate.classMongoDBPriorityCapableChannelMessageStoreimplementation.classAn implementation of both theMessageStoreandMessageGroupStorestrategies that relies upon MongoDB for persistence.
- 
Uses of AbstractBatchingMessageGroupStore in org.springframework.integration.redis.storeModifier and TypeClassDescriptionclassRedis implementation of the key/value styleMessageStoreandMessageGroupStore
- 
Uses of AbstractBatchingMessageGroupStore in org.springframework.integration.storeSubclasses of AbstractBatchingMessageGroupStore in org.springframework.integration.storeModifier and TypeClassDescriptionclassBase class for implementations of Key/Value styleMessageGroupStoreandMessageStore.classclassMap-based in-memory implementation ofMessageStoreandMessageGroupStore.