Interface PriorityCapableChannelMessageStore
- All Superinterfaces:
BasicMessageGroupStore,ChannelMessageStore
public interface PriorityCapableChannelMessageStore extends ChannelMessageStore
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
-
Method Summary
Modifier and Type Method Description booleanisPriorityEnabled()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.
-