This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 930e6de6096ebf22ce8a3783a20ac5ddb25b5fce
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Apr 14 17:07:44 2020 +0200

    Regen docs
---
 .../ROOT/pages/azure-storage-blob-starter.adoc     | 47 ++++++++++++++++++++++
 docs/modules/ROOT/pages/list.adoc                  | 11 +++--
 2 files changed, 54 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/azure-storage-blob-starter.adoc 
b/docs/modules/ROOT/pages/azure-storage-blob-starter.adoc
new file mode 100644
index 0000000..c79c1fa
--- /dev/null
+++ b/docs/modules/ROOT/pages/azure-storage-blob-starter.adoc
@@ -0,0 +1,47 @@
+// spring-boot-auto-configure options: START
+:page-partial:
+:doctitle: Camel Spring Boot Starter for azure-storage-blob
+
+== Spring Boot Auto-Configuration
+
+When using azure-storage-blob with Spring Boot make sure to use the following 
Maven dependency to have support for auto configuration:
+
+[source,xml]
+----
+<dependency>
+  <groupId>org.apache.camel.springboot</groupId>
+  <artifactId>camel-azure-storage-blob-starter</artifactId>
+  <version>x.x.x</version>
+  <!-- use the same version as your Camel core version -->
+</dependency>
+----
+
+
+The component supports 17 options, which are listed below.
+
+
+
+[width="100%",cols="2,5,^1,2",options="header"]
+|===
+| Name | Description | Default | Type
+| *camel.component.azure-storage-blob.access-key* | Access key for the 
associated azure account name to be used for authentication with azure blob 
services |  | String
+| *camel.component.azure-storage-blob.basic-property-binding* | Whether the 
component should use basic property binding (Camel 2.x) or the newer property 
binding with additional capabilities | false | Boolean
+| *camel.component.azure-storage-blob.blob-name* | The blob name, required for 
consumer. However on producer, is only required for the operations on the blob 
level |  | String
+| *camel.component.azure-storage-blob.blob-offset* | Set the blob offset for 
the upload or download operations, default is 0 | 0 | Long
+| *camel.component.azure-storage-blob.blob-type* | The blob type in order to 
initiate the appropriate settings for each blob type |  | BlobType
+| *camel.component.azure-storage-blob.bridge-error-handler* | 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. By default the consumer will use the 
org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be 
logged at WARN or ERROR level and ignored. | false | Boolean
+| *camel.component.azure-storage-blob.close-stream-after-read* | Close the 
stream after read or keep it open, default is true | true | Boolean
+| *camel.component.azure-storage-blob.close-stream-after-write* | Close the 
stream after write or keep it open, default is true | true | Boolean
+| *camel.component.azure-storage-blob.configuration* | The component 
configurations. The option is a 
org.apache.camel.component.azure.storage.blob.BlobConfiguration type. |  | 
String
+| *camel.component.azure-storage-blob.credentials* | 
StorageSharedKeyCredential can be injected to create the azure client, this 
holds the important authentication information. The option is a 
com.azure.storage.common.StorageSharedKeyCredential type. |  | String
+| *camel.component.azure-storage-blob.data-count* | How many bytes to include 
in the range. Must be greater than or equal to 0 if specified. |  | Long
+| *camel.component.azure-storage-blob.enabled* | Whether to enable auto 
configuration of the azure-storage-blob component. This is enabled by default. 
|  | Boolean
+| *camel.component.azure-storage-blob.file-dir* | The file directory where the 
downloaded blobs will be saved to, this can be used in both, producer and 
consumer |  | String
+| *camel.component.azure-storage-blob.lazy-start-producer* | Whether the 
producer should be started lazy (on the first message). By starting lazy you 
can use this to allow CamelContext and routes to startup in situations where a 
producer may otherwise fail during starting and cause the route to fail being 
started. By deferring this startup to be lazy then the startup failure can be 
handled during routing messages via Camel's routing error handlers. Beware that 
when the first message is p [...]
+| *camel.component.azure-storage-blob.max-retry-requests* | Specifies the 
maximum number of additional HTTP Get requests that will be made while reading 
the data from a response body. | 0 | Integer
+| *camel.component.azure-storage-blob.operation* | The blob operation that can 
be used with this component on the producer |  | BlobOperationsDefinition
+| *camel.component.azure-storage-blob.service-client* | Client to a storage 
account. This client does not hold any state about a particular storage account 
but is instead a convenient way of sending off appropriate requests to the 
resource on the service. It may also be used to construct URLs to blobs and 
containers. This client contains operations on a service account. Operations on 
a container are available on BlobContainerClient through 
getBlobContainerClient(String), and operations o [...]
+|===
+
+
+// spring-boot-auto-configure options: END
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index 1e93a3b..7c69fdb 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts 
as Spring Boot S
 == Camel Components
 
 // components: START
-Number of Camel components: 327 in 260 JAR artifacts (1 deprecated)
+Number of Camel components: 328 in 261 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -179,6 +179,9 @@ Number of Camel components: 327 in 260 JAR artifacts (1 
deprecated)
 | 
link:https://camel.apache.org/components/latest/azure-blob-component.html[Azure 
Storage Blob Service] (camel-azure-starter) +
 `azure-blob:containerOrBlobUri` | 2.19 | The azure-blob component is used for 
storing and retrieving blobs from Azure Storage Blob Service.
 
+| 
link:https://camel.apache.org/components/latest/azure-storage-blob-component.html[Azure
 Storage Blob Service] (camel-azure-storage-blob-starter) +
+`azure-storage-blob:containerName` | 3.3 | The azure-storage-blob component is 
used for storing and retrieving blobs from Azure Storage Blob Service using SDK 
v12.
+
 | 
link:https://camel.apache.org/components/latest/azure-queue-component.html[Azure
 Storage Queue Service] (camel-azure-starter) +
 `azure-queue:containerAndQueueUri` | 2.19 | The azure-queue component is used 
for storing and retrieving messages from Azure Storage Queue Service.
 
@@ -284,6 +287,9 @@ Number of Camel components: 327 in 260 JAR artifacts (1 
deprecated)
 | 
link:https://camel.apache.org/components/latest/debezium-sqlserver-component.html[Debezium
 SQL Server Connector] (camel-debezium-sqlserver-starter) +
 `debezium-sqlserver:name` | 3.0 | Represents a Debezium SQL Server endpoint 
which is used to capture changes in SQL Server database so that that 
applications can see those changes and respond to them.
 
+| link:https://camel.apache.org/components/latest/djl-component.html[Deep Java 
Library] (camel-djl-starter) +
+`djl:application` | 3.3 | The Deep Java Library component is used to infer 
deep learning models.
+
 | 
link:https://camel.apache.org/components/latest/digitalocean-component.html[DigitalOcean]
 (camel-digitalocean-starter) +
 `digitalocean:operation` | 2.19 | The DigitalOcean component allows you to 
manage Droplets and resources within the DigitalOcean cloud.
 
@@ -296,9 +302,6 @@ Number of Camel components: 327 in 260 JAR artifacts (1 
deprecated)
 | 
link:https://camel.apache.org/components/latest/disruptor-component.html[Disruptor]
 (camel-disruptor-starter) +
 `disruptor:name` | 2.12 | The disruptor component provides asynchronous SEDA 
behavior using LMAX Disruptor.
 
-| link:https://camel.apache.org/components/latest/djl-component.html[DJL] 
(camel-djl-starter) +
-`djl:application` | 3.2 | Represents a DJL endpoint.
-
 | link:https://camel.apache.org/components/latest/dns-component.html[DNS] 
(camel-dns-starter) +
 `dns:dnsType` | 2.7 | To lookup domain information and run DNS queries using 
DNSJava.
 

Reply via email to