public class MySqlChannelMessageStoreQueryProvider extends AbstractChannelMessageStoreQueryProvider
| Constructor and Description |
|---|
MySqlChannelMessageStoreQueryProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPollFromGroupExcludeIdsQuery()
Get the query used to retrieve the oldest message for a channel excluding
messages that match the provided message ids.
|
String |
getPollFromGroupQuery()
Get the query used to retrieve the oldest message for a channel.
|
String |
getPriorityPollFromGroupExcludeIdsQuery()
Get the query used to retrieve the oldest message by priority for a channel excluding
messages that match the provided message ids.
|
String |
getPriorityPollFromGroupQuery()
Get the query used to retrieve the oldest message by priority for a channel.
|
getCountAllMessagesInGroupQuery, getCreateMessageQuery, getDeleteMessageGroupQuery, getDeleteMessageQuery, getMessageCountForRegionQuery, getMessageQuerypublic MySqlChannelMessageStoreQueryProvider()
public String getPollFromGroupExcludeIdsQuery()
ChannelMessageStoreQueryProviderpublic String getPollFromGroupQuery()
ChannelMessageStoreQueryProviderpublic String getPriorityPollFromGroupExcludeIdsQuery()
ChannelMessageStoreQueryProviderpublic String getPriorityPollFromGroupQuery()
ChannelMessageStoreQueryProvider