Interface DiscardAwareFileListFilter<F>
- Type Parameters:
F
- The type that will be filtered.
- All Superinterfaces:
FileListFilter<F>
- All Known Implementing Classes:
AbstractLastModifiedFileListFilter
,ChainFileListFilter
,CompositeFileListFilter
,FtpLastModifiedFileListFilter
,LastModifiedFileListFilter
,SftpLastModifiedFileListFilter
,SmbLastModifiedFileListFilter
The
FileListFilter
modification which can accept a Consumer
which can be called when the filter discards the file.- Since:
- 5.0.5
- Author:
- Artem Bilan, Gary Russell
-
Method Summary
Methods inherited from interface org.springframework.integration.file.filters.FileListFilter
accept, filterFiles, isForRecursion, supportsSingleFileFiltering
-
Method Details
-
addDiscardCallback
-