| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
ComponentsBuilderFactory.azureStorageBlob()
Azure Storage Blob Service (camel-azure-storage-blob)
Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.accessKey(String accessKey)
Access key for the associated azure account name to be used for
authentication with azure blob services.
|
static AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.azureStorageBlob()
Azure Storage Blob Service (camel-azure-storage-blob)
Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.blobName(String blobName)
The blob name, required for consumer.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.blobOffset(long blobOffset)
Set the blob offset for the upload or download operations, default is
0.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.blobType(org.apache.camel.component.azure.storage.blob.BlobType blobType)
The blob type in order to initiate the appropriate settings for each
blob type.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.closeStreamAfterRead(boolean closeStreamAfterRead)
Close the stream after read or keep it open, default is true.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.closeStreamAfterWrite(boolean closeStreamAfterWrite)
Close the stream after write or keep it open, default is true.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.configuration(org.apache.camel.component.azure.storage.blob.BlobConfiguration configuration)
The component configurations.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.credentials(com.azure.storage.common.StorageSharedKeyCredential credentials)
StorageSharedKeyCredential can be injected to create the azure
client, this holds the important authentication information.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.dataCount(Long dataCount)
How many bytes to include in the range.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.fileDir(String fileDir)
The file directory where the downloaded blobs will be saved to, this
can be used in both, producer and consumer.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.maxRetryRequests(int maxRetryRequests)
Specifies the maximum number of additional HTTP Get requests that
will be made while reading the data from a response body.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.operation(org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition operation)
The blob operation that can be used with this component on the
producer.
|
default AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder.serviceClient(com.azure.storage.blob.BlobServiceClient serviceClient)
Client to a storage account.
|
Apache Camel