|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.aggregator.PassThroughMessageGroupProcessor
public class PassThroughMessageGroupProcessor
This implementation of MessageGroupProcessor will return all messages inside the group. This is useful if there is no requirement to process the messages, but they should just be blocked as a group until their ReleaseStrategy lets them pass through.
Constructor Summary | |
---|---|
PassThroughMessageGroupProcessor()
|
Method Summary | |
---|---|
java.lang.Object |
processMessageGroup(MessageGroup group)
Process the given MessageGroup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PassThroughMessageGroupProcessor()
Method Detail |
---|
public java.lang.Object processMessageGroup(MessageGroup group)
MessageGroupProcessor
If a multiple messages are returned the return value must be a Collection<Message>.
processMessageGroup
in interface MessageGroupProcessor
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |