Uses of Interface
org.springframework.integration.store.BasicMessageGroupStore
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 BasicMessageGroupStore in org.springframework.integration.hazelcast.store
Modifier and TypeClassDescriptionclass
The HazelcastIMap
-basedAbstractKeyValueMessageStore
implementation. -
Uses of BasicMessageGroupStore in org.springframework.integration.jdbc.store
Modifier and TypeClassDescriptionclass
Channel-specific implementation ofBasicMessageGroupStore
using a relational database via JDBC.class
Implementation ofMessageStore
using a relational database via JDBC. -
Uses of BasicMessageGroupStore 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 BasicMessageGroupStore in org.springframework.integration.redis.store
Modifier and TypeClassDescriptionclass
Specialized RedisChannelMessageStore
that uses a list to back a QueueChannel.class
Specialized RedisPriorityCapableChannelMessageStore
that uses lists to back a QueueChannel.class
Redis implementation of the key/value styleMessageStore
andMessageGroupStore
-
Uses of BasicMessageGroupStore in org.springframework.integration.store
Modifier and TypeInterfaceDescriptioninterface
A marker interface that indicates this message store has optimizations for use in aQueueChannel
.interface
Defines additional storage operations on groups of messages linked by a group id.interface
AChannelMessageStore
that supports the notion of message priority.Modifier and TypeClassDescriptionclass
class
Base class for implementations of Key/Value styleMessageGroupStore
andMessageStore
.class
class
Map-based in-memory implementation ofMessageStore
andMessageGroupStore
.Modifier and TypeMethodDescriptionprotected BasicMessageGroupStore
MessageGroupQueue.getMessageGroupStore()
Get the store.ModifierConstructorDescriptionMessageGroupQueue
(BasicMessageGroupStore messageGroupStore, Object groupId) MessageGroupQueue
(BasicMessageGroupStore messageGroupStore, Object groupId, int capacity) MessageGroupQueue
(BasicMessageGroupStore messageGroupStore, Object groupId, int capacity, Lock storeLock) MessageGroupQueue
(BasicMessageGroupStore messageGroupStore, Object groupId, Lock storeLock)