|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.aggregator.SequenceSizeCompletionStrategy
public class SequenceSizeCompletionStrategy
An implementation of CompletionStrategy
that simply compares the
current size of the message list to the expected 'sequenceSize' according to
the first Message
in the list.
Constructor Summary | |
---|---|
SequenceSizeCompletionStrategy()
|
Method Summary | |
---|---|
boolean |
isComplete(java.util.List<? extends Message<?>> messages)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequenceSizeCompletionStrategy()
Method Detail |
---|
public boolean isComplete(java.util.List<? extends Message<?>> messages)
isComplete
in interface CompletionStrategy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |