Package | Description |
---|---|
org.springframework.integration.aggregator |
Provides classes related to message aggregation.
|
Modifier and Type | Class and Description |
---|---|
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 messages inside the group.
|
class |
ResequencingMessageGroupProcessor
This class implements all the strategy interfaces needed for a default resequencer.
|
Copyright © 2016. All rights reserved.