Interface GenericFileResumeAdapter
-
- All Superinterfaces:
FileResumeAdapter<GenericFileResumable<File>>
,org.apache.camel.resume.ResumeAdapter
- All Known Implementing Classes:
DefaultGenericFileResumeAdapter
public interface GenericFileResumeAdapter extends FileResumeAdapter<GenericFileResumable<File>>
Allows the implementation of file adapters for handling resume operations for generic files
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Long>
getLastOffset(File addressable)
Gets the last offset for the given file-
Methods inherited from interface org.apache.camel.component.file.consumer.FileResumeAdapter
resume
-
-