Class DerbyChannelMessageStoreQueryProvider
java.lang.Object
org.springframework.integration.jdbc.store.channel.DerbyChannelMessageStoreQueryProvider
- All Implemented Interfaces:
ChannelMessageStoreQueryProvider
public class DerbyChannelMessageStoreQueryProvider
extends Object
implements ChannelMessageStoreQueryProvider
- Since:
- 2.2
-
Field Summary
Fields inherited from interface ChannelMessageStoreQueryProvider
SELECT_COMMON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the query used to retrieve the oldest message for a channel excluding messages that match the provided message ids.Get the query used to retrieve the oldest message for a channel.Get the query used to retrieve the oldest message by priority for a channel excluding messages that match the provided message ids.Get the query used to retrieve the oldest message by priority for a channel.
-
Constructor Details
-
DerbyChannelMessageStoreQueryProvider
public DerbyChannelMessageStoreQueryProvider()
-
-
Method Details
-
getPollFromGroupExcludeIdsQuery
Description copied from interface:ChannelMessageStoreQueryProviderGet the query used to retrieve the oldest message for a channel excluding messages that match the provided message ids.- Specified by:
getPollFromGroupExcludeIdsQueryin interfaceChannelMessageStoreQueryProvider- Returns:
- query string
-
getPollFromGroupQuery
Description copied from interface:ChannelMessageStoreQueryProviderGet the query used to retrieve the oldest message for a channel.- Specified by:
getPollFromGroupQueryin interfaceChannelMessageStoreQueryProvider- Returns:
- query string
-
getPriorityPollFromGroupExcludeIdsQuery
Description copied from interface:ChannelMessageStoreQueryProviderGet the query used to retrieve the oldest message by priority for a channel excluding messages that match the provided message ids.- Specified by:
getPriorityPollFromGroupExcludeIdsQueryin interfaceChannelMessageStoreQueryProvider- Returns:
- query string
-
getPriorityPollFromGroupQuery
Description copied from interface:ChannelMessageStoreQueryProviderGet the query used to retrieve the oldest message by priority for a channel.- Specified by:
getPriorityPollFromGroupQueryin interfaceChannelMessageStoreQueryProvider- Returns:
- query string
-