Uses of Interface
org.apache.camel.component.file.consumer.FileConsumerResumeStrategy
-
Packages that use FileConsumerResumeStrategy Package Description org.apache.camel.component.file The File Component for working with file systems.org.apache.camel.component.file.consumer -
-
Uses of FileConsumerResumeStrategy in org.apache.camel.component.file
Methods in org.apache.camel.component.file that return FileConsumerResumeStrategy Modifier and Type Method Description FileConsumerResumeStrategy
FileConsumer. getResumeStrategy()
Methods in org.apache.camel.component.file with parameters of type FileConsumerResumeStrategy Modifier and Type Method Description void
FileConsumer. setResumeStrategy(FileConsumerResumeStrategy resumeStrategy)
-
Uses of FileConsumerResumeStrategy in org.apache.camel.component.file.consumer
Subinterfaces of FileConsumerResumeStrategy in org.apache.camel.component.file.consumer Modifier and Type Interface Description interface
FileSetResumeStrategy
interface
GenericFileResumeStrategy<T>
-