Uses of Class
org.springframework.integration.store.AbstractMessageGroupStore
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 AbstractMessageGroupStore in org.springframework.integration.hazelcast.store
Modifier and TypeClassDescriptionclass
The HazelcastIMap
-basedAbstractKeyValueMessageStore
implementation. -
Uses of AbstractMessageGroupStore in org.springframework.integration.jdbc.store
Modifier and TypeClassDescriptionclass
Implementation ofMessageStore
using a relational database via JDBC. -
Uses of AbstractMessageGroupStore in org.springframework.integration.mongodb.store
Modifier and TypeClassDescriptionclass
The abstract MongoDBAbstractMessageGroupStore
implementation to provide configuration for common options for implementations of this class.class
An alternate MongoDBMessageStore
andMessageGroupStore
which allows the user to configure the instance ofMongoTemplate
.class
MongoDBPriorityCapableChannelMessageStore
implementation.class
An implementation of both theMessageStore
andMessageGroupStore
strategies that relies upon MongoDB for persistence. -
Uses of AbstractMessageGroupStore in org.springframework.integration.redis.store
Modifier and TypeClassDescriptionclass
Redis implementation of the key/value styleMessageStore
andMessageGroupStore
-
Uses of AbstractMessageGroupStore in org.springframework.integration.store
Modifier and TypeClassDescriptionclass
Base class for implementations of Key/Value styleMessageGroupStore
andMessageStore
.class
Map-based in-memory implementation ofMessageStore
andMessageGroupStore
.