Class FilesProcessStrategyFactory
java.lang.Object
org.apache.camel.component.file.azure.strategy.FilesProcessStrategyFactory
- All Implemented Interfaces:
org.apache.camel.component.file.GenericFileProcessStrategyFactory<com.azure.storage.file.share.models.ShareFileItem>
public final class FilesProcessStrategyFactory
extends Object
implements org.apache.camel.component.file.GenericFileProcessStrategyFactory<com.azure.storage.file.share.models.ShareFileItem>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.file.GenericFileProcessStrategy<com.azure.storage.file.share.models.ShareFileItem> createGenericFileProcessStrategy(org.apache.camel.CamelContext context, Map<String, Object> params)
-
Constructor Details
-
FilesProcessStrategyFactory
public FilesProcessStrategyFactory()
-
-
Method Details
-
createGenericFileProcessStrategy
public org.apache.camel.component.file.GenericFileProcessStrategy<com.azure.storage.file.share.models.ShareFileItem> createGenericFileProcessStrategy(org.apache.camel.CamelContext context, Map<String, Object> params) - Specified by:
createGenericFileProcessStrategyin interfaceorg.apache.camel.component.file.GenericFileProcessStrategyFactory<com.azure.storage.file.share.models.ShareFileItem>
-