INT-3339: Add priority to the JdbcChannelMS
JIRA: https://jira.spring.io/browse/INT-3339 INT-3339: Improve `priority` logic INT-3339: Add `MESSAGE_SEQUENCE` stuff INT-3339: Docs INT-3339: Polishing and PR comments INT-3339 Polishing Fix Oracle Test Case. Doc polishing.
This commit is contained in:
committed by
Gary Russell
parent
3f40c40641
commit
64a7a7e021
@@ -63,4 +63,10 @@ public interface BasicMessageGroupStore {
|
||||
*/
|
||||
Message<?> pollMessageFromGroup(Object groupId);
|
||||
|
||||
/**
|
||||
* Remove the message group with this id.
|
||||
*
|
||||
* @param groupId The id of the group to remove.
|
||||
*/
|
||||
void removeMessageGroup(Object groupId);
|
||||
}
|
||||
|
||||
@@ -59,13 +59,6 @@ public interface MessageGroupStore extends BasicMessageGroupStore {
|
||||
*/
|
||||
MessageGroup removeMessageFromGroup(Object key, Message<?> messageToRemove);
|
||||
|
||||
/**
|
||||
* Remove the message group with this id.
|
||||
*
|
||||
* @param groupId The id of the group to remove.
|
||||
*/
|
||||
void removeMessageGroup(Object groupId);
|
||||
|
||||
/**
|
||||
* Register a callback for when a message group is expired through {@link #expireMessageGroups(long)}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user