Uses of Interface
org.apache.camel.component.file.GenericFileProcessStrategy
Packages that use GenericFileProcessStrategy
Package
Description
The File Component for working with file systems.
Strategies for the File Component.
-
Uses of GenericFileProcessStrategy in org.apache.camel.component.file
Fields in org.apache.camel.component.file declared as GenericFileProcessStrategyModifier and TypeFieldDescriptionprotected GenericFileProcessStrategy<T>
GenericFileConsumer.processStrategy
protected GenericFileProcessStrategy<T>
GenericFileEndpoint.processStrategy
Methods in org.apache.camel.component.file that return GenericFileProcessStrategyModifier and TypeMethodDescriptionGenericFileProcessStrategyFactory.createGenericFileProcessStrategy
(org.apache.camel.CamelContext context, Map<String, Object> params) protected GenericFileProcessStrategy<File>
FileEndpoint.createGenericFileStrategy()
protected abstract GenericFileProcessStrategy<T>
GenericFileEndpoint.createGenericFileStrategy()
A strategy method to lazily create the file strategyGenericFileEndpoint.getProcessStrategy()
Methods in org.apache.camel.component.file with parameters of type GenericFileProcessStrategyModifier and TypeMethodDescriptionprotected void
GenericFileOnCompletion.processStrategyCommit
(GenericFileProcessStrategy<T> processStrategy, org.apache.camel.Exchange exchange, GenericFile<T> file) Strategy when the file was processed and a commit should be executed.protected void
GenericFileOnCompletion.processStrategyRollback
(GenericFileProcessStrategy<T> processStrategy, org.apache.camel.Exchange exchange, GenericFile<T> file) Strategy when the file was not processed and a rollback should be executed.void
GenericFileEndpoint.setProcessStrategy
(GenericFileProcessStrategy<T> processStrategy) A pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing you to implement your own readLock option or similar.Constructors in org.apache.camel.component.file with parameters of type GenericFileProcessStrategyModifierConstructorDescriptionFileConsumer
(FileEndpoint endpoint, org.apache.camel.Processor processor, GenericFileOperations<File> operations, GenericFileProcessStrategy<File> processStrategy) GenericFileConsumer
(GenericFileEndpoint<T> endpoint, org.apache.camel.Processor processor, GenericFileOperations<T> operations, GenericFileProcessStrategy<T> processStrategy) GenericFileOnCompletion
(GenericFileEndpoint<T> endpoint, GenericFileOperations<T> operations, GenericFileProcessStrategy processStrategy, GenericFile<T> file, String absoluteFileName) -
Uses of GenericFileProcessStrategy in org.apache.camel.component.file.strategy
Classes in org.apache.camel.component.file.strategy that implement GenericFileProcessStrategyModifier and TypeClassDescriptionclass
class
class
Base class for implementations ofGenericFileProcessStrategy
.class
Methods in org.apache.camel.component.file.strategy that return GenericFileProcessStrategyModifier and TypeMethodDescriptionFileProcessStrategyFactory.createGenericFileProcessStrategy
(org.apache.camel.CamelContext context, Map<String, Object> params)