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