Uses of Interface
org.springframework.integration.store.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
Modifier 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) ModifierConstructorDescriptionprotected
MessageStoreSpec
(ChannelMessageStore messageGroupStore, Object groupId) -
Uses of ChannelMessageStore in org.springframework.integration.jdbc.store
Modifier and TypeClassDescriptionclass
Channel-specific implementation ofBasicMessageGroupStore
using a relational database via JDBC. -
Uses of ChannelMessageStore in org.springframework.integration.mongodb.store
Modifier and TypeClassDescriptionclass
MongoDBPriorityCapableChannelMessageStore
implementation. -
Uses of ChannelMessageStore 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. -
Uses of ChannelMessageStore in org.springframework.integration.store
Modifier and TypeInterfaceDescriptioninterface
AChannelMessageStore
that supports the notion of message priority.Modifier and TypeClassDescriptionclass
Map-based in-memory implementation ofMessageStore
andMessageGroupStore
.