Class FileMarkerReleaseStrategy

java.lang.Object
org.springframework.integration.file.aggregator.FileMarkerReleaseStrategy
All Implemented Interfaces:
ReleaseStrategy

public class FileMarkerReleaseStrategy
extends Object
implements ReleaseStrategy
A ReleaseStrategy which makes a decision based on the presence of FileSplitter.FileMarker.Mark.END message in the group and its FileHeaders.LINE_COUNT header.
Since:
5.5
Author:
Artem Bilan