Interface DiscardAwareFileListFilter<F>
- All Superinterfaces:
FileListFilter<F>
- All Known Implementing Classes:
ChainFileListFilter,CompositeFileListFilter,LastModifiedFileListFilter
public interface DiscardAwareFileListFilter<F> extends FileListFilter<F>
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
Modifier and Type Method Description voidaddDiscardCallback(Consumer<F> discardCallback)Methods inherited from interface org.springframework.integration.file.filters.FileListFilter
accept, filterFiles, supportsSingleFileFiltering