Uses of Interface
org.apache.camel.component.file.consumer.FileResumeAdapter
-
Packages that use FileResumeAdapter Package Description org.apache.camel.component.file.consumer org.apache.camel.component.file.consumer.adapters -
-
Uses of FileResumeAdapter in org.apache.camel.component.file.consumer
Subinterfaces of FileResumeAdapter in org.apache.camel.component.file.consumer Modifier and Type Interface Description interfaceFileSetResumeAdapterAllows the implementation of file adapters for handling resume operations for file sets (i.e.: file entries in a directory)interfaceGenericFileResumeAdapterAllows the implementation of file adapters for handling resume operations for generic files -
Uses of FileResumeAdapter in org.apache.camel.component.file.consumer.adapters
Classes in org.apache.camel.component.file.consumer.adapters that implement FileResumeAdapter Modifier and Type Class Description classDefaultFileSetResumeAdapterAn implementation of theFileSetResumeAdapterthat can be used for resume operations for multiple files.classDefaultGenericFileResumeAdapterAn implementation of theGenericFileResumeAdapterthat can be used to handle resume operations for file offsets (where the offsets are of Long format).
-