Uses of Class
org.springframework.integration.aggregator.AbstractAggregatingMessageGroupProcessor
Packages that use AbstractAggregatingMessageGroupProcessor
Package
Description
Provides classes related to message aggregation.
Provides support classes for file-based aggregation logic.
-
Uses of AbstractAggregatingMessageGroupProcessor in org.springframework.integration.aggregator
Subclasses of AbstractAggregatingMessageGroupProcessor in org.springframework.integration.aggregatorModifier and TypeClassDescriptionclassThis implementation of MessageGroupProcessor will take the messages from the MessageGroup and pass them on in a single message with a Collection as a payload.classAMessageGroupProcessorimplementation that evaluates a SpEL expression.classMessageGroupProcessor that serves as an adapter for the invocation of a POJO method. -
Uses of AbstractAggregatingMessageGroupProcessor in org.springframework.integration.file.aggregator
Subclasses of AbstractAggregatingMessageGroupProcessor in org.springframework.integration.file.aggregatorModifier and TypeClassDescriptionclassAnAbstractAggregatingMessageGroupProcessorimplementation for file content collecting previously splitted by theFileSplitterwith themarkersoption turned on.