Interface PriorityCapableChannelMessageStore

All Superinterfaces:
BasicMessageGroupStore, ChannelMessageStore
All Known Implementing Classes:
JdbcChannelMessageStore, MongoDbChannelMessageStore, RedisChannelPriorityMessageStore

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
Author:
Gary Russell
  • Method Details

    • isPriorityEnabled

      boolean isPriorityEnabled()
      Returns:
      true if message priority is enabled in this channel message store.