Spring Integration

Uses of Interface
org.springframework.integration.aggregator.MessageGroupProcessor

Packages that use MessageGroupProcessor
org.springframework.integration.aggregator   
 

Uses of MessageGroupProcessor in org.springframework.integration.aggregator
 

Classes in org.springframework.integration.aggregator that implement MessageGroupProcessor
 class AbstractAggregatingMessageGroupProcessor
          Base class for MessageGroupProcessor implementations that aggregate the group of Messages into a single Message.
 class DefaultAggregatingMessageGroupProcessor
          This implementation of MessageGroupProcessor will take the messages from the MessageGroup and pass them on in a single message with a Collection as a payload.
 class ExpressionEvaluatingMessageGroupProcessor
          A MessageGroupProcessor implementation that evaluates a SpEL expression.
 class MethodInvokingMessageGroupProcessor
          MessageGroupProcessor that serves as an adapter for the invocation of a POJO method.
 class PassThroughMessageGroupProcessor
          This implementation of MessageGroupProcessor will return all unmarked messages inside the group.
 class ResequencingMessageGroupProcessor
          This class implements all the strategy interfaces needed for a default resequencer.
 

Constructors in org.springframework.integration.aggregator with parameters of type MessageGroupProcessor
CorrelatingMessageHandler(MessageGroupProcessor processor)
           
CorrelatingMessageHandler(MessageGroupProcessor processor, MessageGroupStore store)
           
CorrelatingMessageHandler(MessageGroupProcessor processor, MessageGroupStore store, CorrelationStrategy correlationStrategy, ReleaseStrategy releaseStrategy)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.