Interface BlobServiceEndpointBuilderFactory.BlobServiceBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
- Enclosing interface:
- BlobServiceEndpointBuilderFactory
public static interface BlobServiceEndpointBuilderFactory.BlobServiceBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default BlobServiceEndpointBuilderFactory.BlobServiceEndpointBuilder
azureBlob(String path)
Deprecated.default BlobServiceEndpointBuilderFactory.BlobServiceEndpointBuilder
azureBlob(String componentName, String path)
Deprecated.
-
-
-
Method Detail
-
azureBlob
@Deprecated default BlobServiceEndpointBuilderFactory.BlobServiceEndpointBuilder azureBlob(String path)
Deprecated.Azure Storage Blob Service (Deprecated) (camel-azure) Store and retrieve blobs from Azure Storage Blob Service. Category: cloud,file Since: 2.19 Maven coordinates: org.apache.camel:camel-azure Syntax:azure-blob:containerOrBlobUri
Path parameter: containerOrBlobUri (required) Container or Blob compact Uri- Parameters:
path
- containerOrBlobUri
-
azureBlob
@Deprecated default BlobServiceEndpointBuilderFactory.BlobServiceEndpointBuilder azureBlob(String componentName, String path)
Deprecated.Azure Storage Blob Service (Deprecated) (camel-azure) Store and retrieve blobs from Azure Storage Blob Service. Category: cloud,file Since: 2.19 Maven coordinates: org.apache.camel:camel-azure Syntax:azure-blob:containerOrBlobUri
Path parameter: containerOrBlobUri (required) Container or Blob compact Uri- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- containerOrBlobUri
-
-