Uses of Interface
org.springframework.integration.store.PriorityCapableChannelMessageStore
Packages that use PriorityCapableChannelMessageStore
Package
Description
Provides classes representing various channel types.
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.
-
Uses of PriorityCapableChannelMessageStore in org.springframework.integration.channel
Constructors in org.springframework.integration.channel with parameters of type PriorityCapableChannelMessageStoreModifierConstructorDescriptionPriorityChannel
(PriorityCapableChannelMessageStore messageGroupStore, Object groupId) Create a channel based on the providedPriorityCapableChannelMessageStore
and group id for message store operations. -
Uses of PriorityCapableChannelMessageStore in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl with parameters of type PriorityCapableChannelMessageStoreModifier and TypeMethodDescriptionPriorityChannelSpec.messageStore
(PriorityCapableChannelMessageStore messageGroupStore, Object groupId) Channels.priority
(String id, PriorityCapableChannelMessageStore messageGroupStore, Object groupId) Channels.priority
(PriorityCapableChannelMessageStore messageGroupStore, Object groupId) static PriorityChannelSpec
MessageChannels.priority
(String id, PriorityCapableChannelMessageStore messageGroupStore, Object groupId) static PriorityChannelSpec
MessageChannels.priority
(PriorityCapableChannelMessageStore messageGroupStore, Object groupId) -
Uses of PriorityCapableChannelMessageStore in org.springframework.integration.jdbc.store
Classes in org.springframework.integration.jdbc.store that implement PriorityCapableChannelMessageStoreModifier and TypeClassDescriptionclass
Channel-specific implementation ofBasicMessageGroupStore
using a relational database via JDBC. -
Uses of PriorityCapableChannelMessageStore in org.springframework.integration.mongodb.store
Classes in org.springframework.integration.mongodb.store that implement PriorityCapableChannelMessageStoreModifier and TypeClassDescriptionclass
MongoDBPriorityCapableChannelMessageStore
implementation. -
Uses of PriorityCapableChannelMessageStore in org.springframework.integration.redis.store
Classes in org.springframework.integration.redis.store that implement PriorityCapableChannelMessageStoreModifier and TypeClassDescriptionclass
Specialized RedisPriorityCapableChannelMessageStore
that uses lists to back a QueueChannel.