Uses of Interface
org.springframework.integration.store.ChannelMessageStore
Packages that use ChannelMessageStore
Package
Description
Root package of the Spring Integration Java DSL.
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 ChannelMessageStore in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl with parameters of type ChannelMessageStoreModifier and TypeMethodDescriptionChannels.queue
(String id, ChannelMessageStore messageGroupStore, Object groupId) Channels.queue
(ChannelMessageStore messageGroupStore, Object groupId) MessageChannels.queue
(String id, ChannelMessageStore messageGroupStore, Object groupId) MessageChannels.queue
(ChannelMessageStore messageGroupStore, Object groupId) Constructors in org.springframework.integration.dsl with parameters of type ChannelMessageStoreModifierConstructorDescriptionprotected
MessageStoreSpec
(ChannelMessageStore messageGroupStore, Object groupId) -
Uses of ChannelMessageStore in org.springframework.integration.jdbc.store
Classes in org.springframework.integration.jdbc.store that implement ChannelMessageStoreModifier and TypeClassDescriptionclass
Channel-specific implementation ofBasicMessageGroupStore
using a relational database via JDBC. -
Uses of ChannelMessageStore in org.springframework.integration.mongodb.store
Classes in org.springframework.integration.mongodb.store that implement ChannelMessageStoreModifier and TypeClassDescriptionclass
MongoDBPriorityCapableChannelMessageStore
implementation. -
Uses of ChannelMessageStore in org.springframework.integration.redis.store
Classes in org.springframework.integration.redis.store that implement ChannelMessageStoreModifier and TypeClassDescriptionclass
Specialized RedisChannelMessageStore
that uses a list to back a QueueChannel.class
Specialized RedisPriorityCapableChannelMessageStore
that uses lists to back a QueueChannel. -
Uses of ChannelMessageStore in org.springframework.integration.store
Subinterfaces of ChannelMessageStore in org.springframework.integration.storeModifier and TypeInterfaceDescriptioninterface
AChannelMessageStore
that supports the notion of message priority.Classes in org.springframework.integration.store that implement ChannelMessageStoreModifier and TypeClassDescriptionclass
Map-based in-memory implementation ofMessageStore
andMessageGroupStore
.