Uses of Interface
org.apache.camel.component.file.GenericFileProcessStrategy
-
Packages that use GenericFileProcessStrategy Package Description org.apache.camel.component.file The File Component for working with file systems.org.apache.camel.component.file.strategy Strategies for the File Component. -
-
Uses of GenericFileProcessStrategy in org.apache.camel.component.file
Fields in org.apache.camel.component.file declared as GenericFileProcessStrategy Modifier and Type Field Description protected GenericFileProcessStrategy<T>GenericFileConsumer. processStrategyprotected GenericFileProcessStrategy<T>GenericFileEndpoint. processStrategyMethods in org.apache.camel.component.file that return GenericFileProcessStrategy Modifier and Type Method Description GenericFileProcessStrategy<T>GenericFileProcessStrategyFactory. 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 strategyGenericFileProcessStrategy<T>GenericFileEndpoint. getProcessStrategy()Methods in org.apache.camel.component.file with parameters of type GenericFileProcessStrategy Modifier and Type Method Description protected voidGenericFileOnCompletion. 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 voidGenericFileOnCompletion. 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.voidGenericFileEndpoint. 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 GenericFileProcessStrategy Constructor Description FileConsumer(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 GenericFileProcessStrategy Modifier and Type Class Description classGenericFileDeleteProcessStrategy<T>classGenericFileNoOpProcessStrategy<T>classGenericFileProcessStrategySupport<T>Base class for implementations ofGenericFileProcessStrategy.classGenericFileRenameProcessStrategy<T>Methods in org.apache.camel.component.file.strategy that return GenericFileProcessStrategy Modifier and Type Method Description GenericFileProcessStrategy<File>FileProcessStrategyFactory. createGenericFileProcessStrategy(org.apache.camel.CamelContext context, Map<String,Object> params)
-