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.processStrategyprotected GenericFileProcessStrategy<T> GenericFileEndpoint.processStrategyMethods 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 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 GenericFileProcessStrategyModifierConstructorDescriptionFileConsumer(FileEndpoint endpoint, org.apache.camel.Processor processor, GenericFileOperations<File> operations, GenericFileProcessStrategy<File> processStrategy) protectedGenericFileConsumer(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 TypeClassDescriptionclassclassclassBase class for implementations ofGenericFileProcessStrategy.classMethods in org.apache.camel.component.file.strategy that return GenericFileProcessStrategyModifier and TypeMethodDescriptionFileProcessStrategyFactory.createGenericFileProcessStrategy(org.apache.camel.CamelContext context, Map<String, Object> params)