Package | Description |
---|---|
org.springframework.integration.aggregator |
Provides classes related to message aggregation.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2015. All rights reserved.