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 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:
      createGenericFileProcessStrategy in interface org.apache.camel.component.file.GenericFileProcessStrategyFactory<com.azure.storage.file.share.models.ShareFileItem>