|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.aggregator.PassThroughMessageGroupProcessor
public class PassThroughMessageGroupProcessor
This implementation of MessageGroupProcessor will forward all messages inside the group to the given output channel. 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 | |
---|---|
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. |
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 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 |