Package org.springframework.integration.file.aggregator
Provides support classes for file-based aggregation logic.
-
Class Summary Class Description FileAggregatingMessageGroupProcessor AnAbstractAggregatingMessageGroupProcessor
implementation for file content collecting previously splitted by theFileSplitter
with themarkers
option turned on.FileAggregator A convenient component to utilize aFileSplitter.FileMarker
-based aggregation logic.FileMarkerReleaseStrategy AReleaseStrategy
which makes a decision based on the presence ofFileSplitter.FileMarker.Mark.END
message in the group and itsFileHeaders.LINE_COUNT
header.