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. -
-
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
FileEndpoint. getResumeStrategy()
Methods in org.apache.camel.component.file with parameters of type FileConsumerResumeStrategy Modifier and Type Method Description void
FileEndpoint. setResumeStrategy(FileConsumerResumeStrategy resumeStrategy)
Set a resume strategy for files.
-