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 interface
FileSetResumeAdapter
Allows the implementation of file adapters for handling resume operations for file sets (i.e.: file entries in a directory)interface
GenericFileResumeAdapter
Allows 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 class
DefaultFileSetResumeAdapter
An implementation of theFileSetResumeAdapter
that can be used for resume operations for multiple files.class
DefaultGenericFileResumeAdapter
An implementation of theGenericFileResumeAdapter
that can be used to handle resume operations for file offsets (where the offsets are of Long format).
-