|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.aggregator.ResequencingMessageGroupProcessor
public class ResequencingMessageGroupProcessor
This class implements all the strategy interfaces needed for a default resequencer.
Constructor Summary | |
---|---|
ResequencingMessageGroupProcessor()
|
Method Summary | |
---|---|
void |
processAndSend(MessageGroup group,
MessageChannelTemplate channelTemplate,
MessageChannel outputChannel)
Process the given group and send the resulting message(s) to the output channel using the channel template. |
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 void processAndSend(MessageGroup group, MessageChannelTemplate channelTemplate, MessageChannel outputChannel)
MessageGroupProcessor
processAndSend
in interface MessageGroupProcessor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |