Interface PriorityCapableChannelMessageStore
- All Superinterfaces:
BasicMessageGroupStore
,ChannelMessageStore
- All Known Implementing Classes:
JdbcChannelMessageStore
,MongoDbChannelMessageStore
,RedisChannelPriorityMessageStore
A
ChannelMessageStore
that supports the
notion of message priority. It is left to implementations to determine what
that means and whether all or a subset of priorities are supported.- Since:
- 4.0
- Author:
- Gary Russell
-
Method Summary
Methods inherited from interface org.springframework.integration.store.BasicMessageGroupStore
addMessageToGroup, getMessageGroup, messageGroupSize, pollMessageFromGroup, removeMessageGroup
-
Method Details
-
isPriorityEnabled
boolean isPriorityEnabled()- Returns:
- true if message priority is enabled in this channel message store.
-