|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.aggregator.ResequencingMessageGroupProcessor
public class ResequencingMessageGroupProcessor
This class implements all the strategy interfaces needed for a default resequencer.
Constructor Summary | |
---|---|
ResequencingMessageGroupProcessor()
|
Method Summary | |
---|---|
java.lang.Object |
processMessageGroup(MessageGroup group)
Process the given MessageGroup. |
void |
setComparator(java.util.Comparator<Message<?>> comparator)
A comparator to use to order messages before processing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResequencingMessageGroupProcessor()
Method Detail |
---|
public void setComparator(java.util.Comparator<Message<?>> comparator)
comparator
- the comparator to use to order messagespublic java.lang.Object processMessageGroup(MessageGroup group)
MessageGroupProcessor
processMessageGroup
in interface MessageGroupProcessor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |