Interface FilesEndpointBuilderFactory.FilesBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
FilesEndpointBuilderFactory

public static interface FilesEndpointBuilderFactory.FilesBuilders
  • Method Summary

    Modifier and Type
    Method
    Description
    Azure Files (camel-azure-files) Send and receive files to Azure storage file share Category: cloud,file Since: 3.22 Maven coordinates: org.apache.camel:camel-azure-files
    Azure Files (camel-azure-files) Send and receive files to Azure storage file share Category: cloud,file Since: 3.22 Maven coordinates: org.apache.camel:camel-azure-files Syntax: azure-files:account/share Path parameter: account (required) The account to use Path parameter: share (required) The share to use Path parameter: port Port of the FTP server Path parameter: directoryName The starting directory
    azureFiles(String componentName, String path)
    Azure Files (camel-azure-files) Send and receive files to Azure storage file share Category: cloud,file Since: 3.22 Maven coordinates: org.apache.camel:camel-azure-files Syntax: azure-files:account/share Path parameter: account (required) The account to use Path parameter: share (required) The share to use Path parameter: port Port of the FTP server Path parameter: directoryName The starting directory
  • Method Details

    • azureFiles

      Azure Files (camel-azure-files) Send and receive files to Azure storage file share Category: cloud,file Since: 3.22 Maven coordinates: org.apache.camel:camel-azure-files
      Returns:
      the dsl builder for the headers' name.
    • azureFiles

      Azure Files (camel-azure-files) Send and receive files to Azure storage file share Category: cloud,file Since: 3.22 Maven coordinates: org.apache.camel:camel-azure-files Syntax: azure-files:account/share Path parameter: account (required) The account to use Path parameter: share (required) The share to use Path parameter: port Port of the FTP server Path parameter: directoryName The starting directory
      Parameters:
      path - account/share
      Returns:
      the dsl builder
    • azureFiles

      default FilesEndpointBuilderFactory.FilesEndpointBuilder azureFiles(String componentName, String path)
      Azure Files (camel-azure-files) Send and receive files to Azure storage file share Category: cloud,file Since: 3.22 Maven coordinates: org.apache.camel:camel-azure-files Syntax: azure-files:account/share Path parameter: account (required) The account to use Path parameter: share (required) The share to use Path parameter: port Port of the FTP server Path parameter: directoryName The starting directory
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - account/share
      Returns:
      the dsl builder