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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new c4119b4  Regen
c4119b4 is described below

commit c4119b4c7d2350b0e873289ff11508b2f6966299
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Mon Aug 17 16:11:50 2020 +0200

    Regen
---
 .../component/dsl/AzureEventhubsComponentBuilderFactory.java |  2 +-
 .../endpoint/dsl/EventHubsEndpointBuilderFactory.java        | 12 ++++++------
 .../modules/ROOT/pages/azure-eventhubs-component.adoc        |  4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureEventhubsComponentBuilderFactory.java
 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureEventhubsComponentBuilderFactory.java
index 2ca2d51..fedc89b 100644
--- 
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureEventhubsComponentBuilderFactory.java
+++ 
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureEventhubsComponentBuilderFactory.java
@@ -75,7 +75,7 @@ public interface AzureEventhubsComponentBuilderFactory {
          * The option is a: <code>com.azure.core.amqp.AmqpTransportType</code>
          * type.
          * 
-         * Default: Amqp
+         * Default: AMQP
          * Group: common
          */
         default AzureEventhubsComponentBuilder amqpTransportType(
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/EventHubsEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/EventHubsEndpointBuilderFactory.java
index eec7f4d..d67005b 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/EventHubsEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/EventHubsEndpointBuilderFactory.java
@@ -80,7 +80,7 @@ public interface EventHubsEndpointBuilderFactory {
          * The option is a: <code>com.azure.core.amqp.AmqpTransportType</code>
          * type.
          * 
-         * Default: Amqp
+         * Default: AMQP
          * Group: common
          */
         default EventHubsEndpointConsumerBuilder amqpTransportType(
@@ -95,7 +95,7 @@ public interface EventHubsEndpointBuilderFactory {
          * The option will be converted to a
          * <code>com.azure.core.amqp.AmqpTransportType</code> type.
          * 
-         * Default: Amqp
+         * Default: AMQP
          * Group: common
          */
         default EventHubsEndpointConsumerBuilder amqpTransportType(
@@ -576,7 +576,7 @@ public interface EventHubsEndpointBuilderFactory {
          * The option is a: <code>com.azure.core.amqp.AmqpTransportType</code>
          * type.
          * 
-         * Default: Amqp
+         * Default: AMQP
          * Group: common
          */
         default EventHubsEndpointProducerBuilder amqpTransportType(
@@ -591,7 +591,7 @@ public interface EventHubsEndpointBuilderFactory {
          * The option will be converted to a
          * <code>com.azure.core.amqp.AmqpTransportType</code> type.
          * 
-         * Default: Amqp
+         * Default: AMQP
          * Group: common
          */
         default EventHubsEndpointProducerBuilder amqpTransportType(
@@ -901,7 +901,7 @@ public interface EventHubsEndpointBuilderFactory {
          * The option is a: <code>com.azure.core.amqp.AmqpTransportType</code>
          * type.
          * 
-         * Default: Amqp
+         * Default: AMQP
          * Group: common
          */
         default EventHubsEndpointBuilder amqpTransportType(
@@ -916,7 +916,7 @@ public interface EventHubsEndpointBuilderFactory {
          * The option will be converted to a
          * <code>com.azure.core.amqp.AmqpTransportType</code> type.
          * 
-         * Default: Amqp
+         * Default: AMQP
          * Group: common
          */
         default EventHubsEndpointBuilder amqpTransportType(
diff --git a/docs/components/modules/ROOT/pages/azure-eventhubs-component.adoc 
b/docs/components/modules/ROOT/pages/azure-eventhubs-component.adoc
index 4632598..c29b0c8 100644
--- a/docs/components/modules/ROOT/pages/azure-eventhubs-component.adoc
+++ b/docs/components/modules/ROOT/pages/azure-eventhubs-component.adoc
@@ -83,7 +83,7 @@ with the following path and query parameters:
 |===
 | Name | Description | Default | Type
 | *amqpRetryOptions* (common) | Sets the retry policy for EventHubAsyncClient. 
If not specified, the default retry options are used. |  | AmqpRetryOptions
-| *amqpTransportType* (common) | Sets the transport type by which all the 
communication with Azure Event Hubs occurs. Default value is 
AmqpTransportType#AMQP. The value can be one of: Amqp, AmqpWebSockets | Amqp | 
AmqpTransportType
+| *amqpTransportType* (common) | Sets the transport type by which all the 
communication with Azure Event Hubs occurs. Default value is 
AmqpTransportType#AMQP. The value can be one of: Amqp, AmqpWebSockets | AMQP | 
AmqpTransportType
 | *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *blobAccessKey* (consumer) | In case you chose the default 
BlobCheckpointStore, this sets access key for the associated azure account name 
to be used for authentication with azure blob services |  | String
 | *blobAccountName* (consumer) | In case you chose the default 
BlobCheckpointStore, this sets Azure account name to be used for authentication 
with azure blob services. |  | String
@@ -117,7 +117,7 @@ The Azure Event Hubs component supports 21 options, which 
are listed below.
 |===
 | Name | Description | Default | Type
 | *amqpRetryOptions* (common) | Sets the retry policy for EventHubAsyncClient. 
If not specified, the default retry options are used. |  | AmqpRetryOptions
-| *amqpTransportType* (common) | Sets the transport type by which all the 
communication with Azure Event Hubs occurs. Default value is 
AmqpTransportType#AMQP. The value can be one of: Amqp, AmqpWebSockets | Amqp | 
AmqpTransportType
+| *amqpTransportType* (common) | Sets the transport type by which all the 
communication with Azure Event Hubs occurs. Default value is 
AmqpTransportType#AMQP. The value can be one of: Amqp, AmqpWebSockets | AMQP | 
AmqpTransportType
 | *autoDiscoverClient* (common) | Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instance in the registry 
automatically otherwise it will skip that checking. | true | boolean
 | *configuration* (common) | The component configurations |  | 
EventHubsConfiguration
 | *blobAccessKey* (consumer) | In case you chose the default 
BlobCheckpointStore, this sets access key for the associated azure account name 
to be used for authentication with azure blob services |  | String

Reply via email to