This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 6496f98 Regen 6496f98 is described below commit 6496f9872eaa32be5862fff4f1704f771c197ff6 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jun 18 21:32:06 2021 +0200 Regen --- .../catalog/components/hwcloud-functiongraph.json | 2 +- .../apache/camel/catalog/components/hwcloud-smn.json | 4 ++-- .../org/apache/camel/catalog/components/kamelet.json | 3 ++- .../catalog/docs/hwcloud-functiongraph-component.adoc | 8 ++++---- .../camel/catalog/docs/hwcloud-smn-component.adoc | 10 +++++----- .../org/apache/camel/hwcloud-functiongraph.json | 2 +- .../camel/component/huaweicloud/smn/hwcloud-smn.json | 4 ++-- .../builder/component/ComponentsBuilderFactory.java | 7 ++++--- .../HwcloudFunctiongraphComponentBuilderFactory.java | 4 ++-- .../dsl/HwcloudSmnComponentBuilderFactory.java | 10 ++++++---- .../src/generated/resources/metadata.json | 6 +++--- .../camel/builder/endpoint/StaticEndpointBuilders.java | 14 ++++++++------ .../dsl/FunctionGraphEndpointBuilderFactory.java | 6 +++--- .../dsl/SimpleNotificationEndpointBuilderFactory.java | 18 ++++++++++++------ docs/components/modules/ROOT/nav.adoc | 4 ++-- .../ROOT/pages/hwcloud-functiongraph-component.adoc | 8 ++++---- .../modules/ROOT/pages/hwcloud-smn-component.adoc | 10 +++++----- 17 files changed, 66 insertions(+), 54 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hwcloud-functiongraph.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hwcloud-functiongraph.json index 9c40a29..03fa580 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hwcloud-functiongraph.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hwcloud-functiongraph.json @@ -2,7 +2,7 @@ "component": { "kind": "component", "name": "hwcloud-functiongraph", - "title": "FunctionGraph", + "title": "Huawei Cloud FunctionGraph", "description": "To call serverless functions on Huawei Cloud", "deprecated": false, "firstVersion": "3.11.0", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hwcloud-smn.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hwcloud-smn.json index c02404f..0668b16 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hwcloud-smn.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hwcloud-smn.json @@ -2,8 +2,8 @@ "component": { "kind": "component", "name": "hwcloud-smn", - "title": "SimpleNotification", - "description": "Huawei Cloud component to integrate with SimpleNotification services", + "title": "Huawei Cloud Simple Message Notification (SMN)", + "description": "To broadcast messages and connect cloud services through notifications on Huawei Cloud", "deprecated": false, "firstVersion": "3.8.0", "label": "cloud,messaging", diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json index e4a6af8..2ea411c 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json @@ -30,11 +30,12 @@ "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start Producer", "group": "producer", "label": "producer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "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 star [...] "timeout": { "kind": "property", "displayName": "Timeout", "group": "producer", "label": "producer", "required": false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": false, "secret": false, "defaultValue": 30000, "description": "The timeout value to use if block is enabled." }, "autowiredEnabled": { "kind": "property", "displayName": "Autowired Enabled", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which t [...] - "kameletResourceLoaderListener": { "kind": "property", "displayName": "Kamelet Resource Loader Listener", "group": "advanced", "label": "advanced", "required": false, "type": "object", "javaType": "org.apache.camel.component.kamelet.KameletResourceLoaderListener", "deprecated": false, "autowired": false, "secret": false, "description": "To plugin a custom listener for when the Kamelet component is loading Kamelets from external resources." } + "routeTemplateLoaderListener": { "kind": "property", "displayName": "Route Template Loader Listener", "group": "advanced", "label": "advanced", "required": false, "type": "object", "javaType": "org.apache.camel.spi.RouteTemplateLoaderListener", "deprecated": false, "autowired": true, "secret": false, "description": "To plugin a custom listener for when the Kamelet component is loading Kamelets from external resources." } }, "properties": { "templateId": { "kind": "path", "displayName": "Template Id", "group": "common", "label": "", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Route Template ID" }, "routeId": { "kind": "path", "displayName": "Route Id", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Route ID. Default value notice: The ID will be auto-generated if not provided" }, + "location": { "kind": "parameter", "displayName": "Location", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Location of the Kamelet to use which can be specified as a resource from file system, classpath etc. The location cannot use wildcards, and must refer to a file including extension, for example file:\/etc\/foo-kamelet.xml" }, "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error Handler", "group": "consumer", "label": "consumer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "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 m [...] "exceptionHandler": { "kind": "parameter", "displayName": "Exception Handler", "group": "consumer (advanced)", "label": "consumer,advanced", "required": false, "type": "object", "javaType": "org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", "deprecated": false, "autowired": false, "secret": false, "description": "To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the con [...] "exchangePattern": { "kind": "parameter", "displayName": "Exchange Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", "required": false, "type": "object", "javaType": "org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", "InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false, "description": "Sets the exchange pattern when the consumer creates an exchange." }, diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/hwcloud-functiongraph-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/hwcloud-functiongraph-component.adoc index 3474d4b..60600f5 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/hwcloud-functiongraph-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/hwcloud-functiongraph-component.adoc @@ -1,6 +1,6 @@ [[hwcloud-functiongraph-component]] -= FunctionGraph Component -:docTitle: FunctionGraph += Huawei Cloud FunctionGraph Component +:docTitle: Huawei Cloud FunctionGraph :artifactId: camel-huaweicloud-functiongraph :description: To call serverless functions on Huawei Cloud :since: 3.11 @@ -38,7 +38,7 @@ hwcloud-functiongraph:operation[?options] == URI Options // component options: START -The FunctionGraph component supports 2 options, which are listed below. +The Huawei Cloud FunctionGraph component supports 2 options, which are listed below. @@ -52,7 +52,7 @@ The FunctionGraph component supports 2 options, which are listed below. // endpoint options: START -The FunctionGraph endpoint is configured using URI syntax: +The Huawei Cloud FunctionGraph endpoint is configured using URI syntax: ---- hwcloud-functiongraph:operation diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/hwcloud-smn-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/hwcloud-smn-component.adoc index 2573150c..7cb7d1e 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/hwcloud-smn-component.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/hwcloud-smn-component.adoc @@ -1,8 +1,8 @@ [[hwcloud-smn-component]] -= SimpleNotification Component -:docTitle: SimpleNotification += Huawei Cloud Simple Message Notification (SMN) Component +:docTitle: Huawei Cloud Simple Message Notification (SMN) :artifactId: camel-huaweicloud-smn -:description: Huawei Cloud component to integrate with SimpleNotification services +:description: To broadcast messages and connect cloud services through notifications on Huawei Cloud :since: 3.8 :supportLevel: Stable :component-header: Only producer is supported @@ -42,7 +42,7 @@ hwcloud-smn:service[?options] == Options // component options: START -The SimpleNotification component supports 2 options, which are listed below. +The Huawei Cloud Simple Message Notification (SMN) component supports 2 options, which are listed below. @@ -55,7 +55,7 @@ The SimpleNotification component supports 2 options, which are listed below. // component options: END // endpoint options: START -The SimpleNotification endpoint is configured using URI syntax: +The Huawei Cloud Simple Message Notification (SMN) endpoint is configured using URI syntax: ---- hwcloud-smn:smnService diff --git a/components/camel-huawei/camel-huaweicloud-functiongraph/src/generated/resources/org/apache/camel/hwcloud-functiongraph.json b/components/camel-huawei/camel-huaweicloud-functiongraph/src/generated/resources/org/apache/camel/hwcloud-functiongraph.json index 9c40a29..03fa580 100644 --- a/components/camel-huawei/camel-huaweicloud-functiongraph/src/generated/resources/org/apache/camel/hwcloud-functiongraph.json +++ b/components/camel-huawei/camel-huaweicloud-functiongraph/src/generated/resources/org/apache/camel/hwcloud-functiongraph.json @@ -2,7 +2,7 @@ "component": { "kind": "component", "name": "hwcloud-functiongraph", - "title": "FunctionGraph", + "title": "Huawei Cloud FunctionGraph", "description": "To call serverless functions on Huawei Cloud", "deprecated": false, "firstVersion": "3.11.0", diff --git a/components/camel-huawei/camel-huaweicloud-smn/src/generated/resources/org/apache/camel/component/huaweicloud/smn/hwcloud-smn.json b/components/camel-huawei/camel-huaweicloud-smn/src/generated/resources/org/apache/camel/component/huaweicloud/smn/hwcloud-smn.json index c02404f..0668b16 100644 --- a/components/camel-huawei/camel-huaweicloud-smn/src/generated/resources/org/apache/camel/component/huaweicloud/smn/hwcloud-smn.json +++ b/components/camel-huawei/camel-huaweicloud-smn/src/generated/resources/org/apache/camel/component/huaweicloud/smn/hwcloud-smn.json @@ -2,8 +2,8 @@ "component": { "kind": "component", "name": "hwcloud-smn", - "title": "SimpleNotification", - "description": "Huawei Cloud component to integrate with SimpleNotification services", + "title": "Huawei Cloud Simple Message Notification (SMN)", + "description": "To broadcast messages and connect cloud services through notifications on Huawei Cloud", "deprecated": false, "firstVersion": "3.8.0", "label": "cloud,messaging", diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java index 80b75ca..b5b4221 100644 --- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java +++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java @@ -1994,7 +1994,7 @@ public interface ComponentsBuilderFactory { return org.apache.camel.builder.component.dsl.HttpsComponentBuilderFactory.https(); } /** - * FunctionGraph (camel-huaweicloud-functiongraph) + * Huawei Cloud FunctionGraph (camel-huaweicloud-functiongraph) * To call serverless functions on Huawei Cloud * * Category: cloud,serverless @@ -2020,8 +2020,9 @@ public interface ComponentsBuilderFactory { return org.apache.camel.builder.component.dsl.HwcloudIamComponentBuilderFactory.hwcloudIam(); } /** - * SimpleNotification (camel-huaweicloud-smn) - * Huawei Cloud component to integrate with SimpleNotification services + * Huawei Cloud Simple Message Notification (SMN) (camel-huaweicloud-smn) + * To broadcast messages and connect cloud services through notifications on + * Huawei Cloud * * Category: cloud,messaging * Since: 3.8 diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HwcloudFunctiongraphComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HwcloudFunctiongraphComponentBuilderFactory.java index 5b0a40d..12a736a 100644 --- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HwcloudFunctiongraphComponentBuilderFactory.java +++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HwcloudFunctiongraphComponentBuilderFactory.java @@ -31,7 +31,7 @@ import org.apache.camel.builder.component.ComponentBuilder; public interface HwcloudFunctiongraphComponentBuilderFactory { /** - * FunctionGraph (camel-huaweicloud-functiongraph) + * Huawei Cloud FunctionGraph (camel-huaweicloud-functiongraph) * To call serverless functions on Huawei Cloud * * Category: cloud,serverless @@ -45,7 +45,7 @@ public interface HwcloudFunctiongraphComponentBuilderFactory { } /** - * Builder for the FunctionGraph component. + * Builder for the Huawei Cloud FunctionGraph component. */ interface HwcloudFunctiongraphComponentBuilder extends diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HwcloudSmnComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HwcloudSmnComponentBuilderFactory.java index 82589bb..f18a7b7 100644 --- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HwcloudSmnComponentBuilderFactory.java +++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/HwcloudSmnComponentBuilderFactory.java @@ -23,7 +23,8 @@ import org.apache.camel.builder.component.ComponentBuilder; import org.apache.camel.component.huaweicloud.smn.SimpleNotificationComponent; /** - * Huawei Cloud component to integrate with SimpleNotification services + * To broadcast messages and connect cloud services through notifications on + * Huawei Cloud * * Generated by camel-package-maven-plugin - do not edit this file! */ @@ -31,8 +32,9 @@ import org.apache.camel.component.huaweicloud.smn.SimpleNotificationComponent; public interface HwcloudSmnComponentBuilderFactory { /** - * SimpleNotification (camel-huaweicloud-smn) - * Huawei Cloud component to integrate with SimpleNotification services + * Huawei Cloud Simple Message Notification (SMN) (camel-huaweicloud-smn) + * To broadcast messages and connect cloud services through notifications on + * Huawei Cloud * * Category: cloud,messaging * Since: 3.8 @@ -45,7 +47,7 @@ public interface HwcloudSmnComponentBuilderFactory { } /** - * Builder for the SimpleNotification component. + * Builder for the Huawei Cloud Simple Message Notification (SMN) component. */ interface HwcloudSmnComponentBuilder extends diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json b/core/camel-componentdsl/src/generated/resources/metadata.json index 3979e96..0cf6865 100644 --- a/core/camel-componentdsl/src/generated/resources/metadata.json +++ b/core/camel-componentdsl/src/generated/resources/metadata.json @@ -3263,7 +3263,7 @@ "HwcloudFunctiongraphComponentBuilderFactory": { "kind": "component", "name": "hwcloud-functiongraph", - "title": "FunctionGraph", + "title": "Huawei Cloud FunctionGraph", "description": "To call serverless functions on Huawei Cloud", "deprecated": false, "firstVersion": "3.11.0", @@ -3307,8 +3307,8 @@ "HwcloudSmnComponentBuilderFactory": { "kind": "component", "name": "hwcloud-smn", - "title": "SimpleNotification", - "description": "Huawei Cloud component to integrate with SimpleNotification services", + "title": "Huawei Cloud Simple Message Notification (SMN)", + "description": "To broadcast messages and connect cloud services through notifications on Huawei Cloud", "deprecated": false, "firstVersion": "3.8.0", "label": "cloud,messaging", diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java index 461548b..7798495 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java @@ -6745,7 +6745,7 @@ public class StaticEndpointBuilders { return org.apache.camel.builder.endpoint.dsl.HttpEndpointBuilderFactory.endpointBuilder(componentName, path); } /** - * FunctionGraph (camel-huaweicloud-functiongraph) + * Huawei Cloud FunctionGraph (camel-huaweicloud-functiongraph) * To call serverless functions on Huawei Cloud * * Category: cloud,serverless @@ -6765,7 +6765,7 @@ public class StaticEndpointBuilders { return org.apache.camel.builder.endpoint.dsl.FunctionGraphEndpointBuilderFactory.endpointBuilder("hwcloud-functiongraph", path); } /** - * FunctionGraph (camel-huaweicloud-functiongraph) + * Huawei Cloud FunctionGraph (camel-huaweicloud-functiongraph) * To call serverless functions on Huawei Cloud * * Category: cloud,serverless @@ -6831,8 +6831,9 @@ public class StaticEndpointBuilders { return org.apache.camel.builder.endpoint.dsl.IAMEndpointBuilderFactory.endpointBuilder(componentName, path); } /** - * SimpleNotification (camel-huaweicloud-smn) - * Huawei Cloud component to integrate with SimpleNotification services + * Huawei Cloud Simple Message Notification (SMN) (camel-huaweicloud-smn) + * To broadcast messages and connect cloud services through notifications on + * Huawei Cloud * * Category: cloud,messaging * Since: 3.8 @@ -6851,8 +6852,9 @@ public class StaticEndpointBuilders { return org.apache.camel.builder.endpoint.dsl.SimpleNotificationEndpointBuilderFactory.endpointBuilder("hwcloud-smn", path); } /** - * SimpleNotification (camel-huaweicloud-smn) - * Huawei Cloud component to integrate with SimpleNotification services + * Huawei Cloud Simple Message Notification (SMN) (camel-huaweicloud-smn) + * To broadcast messages and connect cloud services through notifications on + * Huawei Cloud * * Category: cloud,messaging * Since: 3.8 diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FunctionGraphEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FunctionGraphEndpointBuilderFactory.java index 19490d6..26191d8 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FunctionGraphEndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FunctionGraphEndpointBuilderFactory.java @@ -31,7 +31,7 @@ public interface FunctionGraphEndpointBuilderFactory { /** - * Builder for endpoint for the FunctionGraph component. + * Builder for endpoint for the Huawei Cloud FunctionGraph component. */ public interface FunctionGraphEndpointBuilder extends @@ -329,7 +329,7 @@ public interface FunctionGraphEndpointBuilderFactory { public interface FunctionGraphBuilders { /** - * FunctionGraph (camel-huaweicloud-functiongraph) + * Huawei Cloud FunctionGraph (camel-huaweicloud-functiongraph) * To call serverless functions on Huawei Cloud * * Category: cloud,serverless @@ -348,7 +348,7 @@ public interface FunctionGraphEndpointBuilderFactory { return FunctionGraphEndpointBuilderFactory.endpointBuilder("hwcloud-functiongraph", path); } /** - * FunctionGraph (camel-huaweicloud-functiongraph) + * Huawei Cloud FunctionGraph (camel-huaweicloud-functiongraph) * To call serverless functions on Huawei Cloud * * Category: cloud,serverless diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SimpleNotificationEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SimpleNotificationEndpointBuilderFactory.java index f3ecafd..1d633b5 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SimpleNotificationEndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SimpleNotificationEndpointBuilderFactory.java @@ -22,7 +22,8 @@ import org.apache.camel.builder.EndpointProducerBuilder; import org.apache.camel.builder.endpoint.AbstractEndpointBuilder; /** - * Huawei Cloud component to integrate with SimpleNotification services + * To broadcast messages and connect cloud services through notifications on + * Huawei Cloud * * Generated by camel build tools - do NOT edit this file! */ @@ -31,7 +32,8 @@ public interface SimpleNotificationEndpointBuilderFactory { /** - * Builder for endpoint for the SimpleNotification component. + * Builder for endpoint for the Huawei Cloud Simple Message Notification + * (SMN) component. */ public interface SimpleNotificationEndpointBuilder extends @@ -344,8 +346,10 @@ public interface SimpleNotificationEndpointBuilderFactory { public interface SimpleNotificationBuilders { /** - * SimpleNotification (camel-huaweicloud-smn) - * Huawei Cloud component to integrate with SimpleNotification services + * Huawei Cloud Simple Message Notification (SMN) + * (camel-huaweicloud-smn) + * To broadcast messages and connect cloud services through + * notifications on Huawei Cloud * * Category: cloud,messaging * Since: 3.8 @@ -363,8 +367,10 @@ public interface SimpleNotificationEndpointBuilderFactory { return SimpleNotificationEndpointBuilderFactory.endpointBuilder("hwcloud-smn", path); } /** - * SimpleNotification (camel-huaweicloud-smn) - * Huawei Cloud component to integrate with SimpleNotification services + * Huawei Cloud Simple Message Notification (SMN) + * (camel-huaweicloud-smn) + * To broadcast messages and connect cloud services through + * notifications on Huawei Cloud * * Category: cloud,messaging * Since: 3.8 diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index db8c546..3b56a1a 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -148,9 +148,9 @@ ** xref:hdfs-component.adoc[HDFS] ** xref:http-component.adoc[HTTP] ** xref:hwcloud-summary.adoc[Huawei Cloud] -*** xref:hwcloud-functiongraph-component.adoc[FunctionGraph] +*** xref:hwcloud-functiongraph-component.adoc[Huawei Cloud FunctionGraph] *** xref:hwcloud-iam-component.adoc[Huawei Cloud Identity and Access Management (IAM)] -*** xref:hwcloud-smn-component.adoc[SimpleNotification] +*** xref:hwcloud-smn-component.adoc[Huawei Cloud Simple Message Notification (SMN)] ** xref:iec60870-client-component.adoc[IEC 60870 Client] ** xref:iec60870-server-component.adoc[IEC 60870 Server] ** xref:ignite-summary.adoc[Ignite] diff --git a/docs/components/modules/ROOT/pages/hwcloud-functiongraph-component.adoc b/docs/components/modules/ROOT/pages/hwcloud-functiongraph-component.adoc index e197fbe..5585998 100644 --- a/docs/components/modules/ROOT/pages/hwcloud-functiongraph-component.adoc +++ b/docs/components/modules/ROOT/pages/hwcloud-functiongraph-component.adoc @@ -1,8 +1,8 @@ [[hwcloud-functiongraph-component]] -= FunctionGraph Component += Huawei Cloud FunctionGraph Component //THIS FILE IS COPIED: EDIT THE SOURCE FILE: :page-source: components/camel-huawei/camel-huaweicloud-functiongraph/src/main/docs/hwcloud-functiongraph-component.adoc -:docTitle: FunctionGraph +:docTitle: Huawei Cloud FunctionGraph :artifactId: camel-huaweicloud-functiongraph :description: To call serverless functions on Huawei Cloud :since: 3.11 @@ -40,7 +40,7 @@ hwcloud-functiongraph:operation[?options] == URI Options // component options: START -The FunctionGraph component supports 2 options, which are listed below. +The Huawei Cloud FunctionGraph component supports 2 options, which are listed below. @@ -54,7 +54,7 @@ The FunctionGraph component supports 2 options, which are listed below. // endpoint options: START -The FunctionGraph endpoint is configured using URI syntax: +The Huawei Cloud FunctionGraph endpoint is configured using URI syntax: ---- hwcloud-functiongraph:operation diff --git a/docs/components/modules/ROOT/pages/hwcloud-smn-component.adoc b/docs/components/modules/ROOT/pages/hwcloud-smn-component.adoc index 129ef70..ca4c218 100644 --- a/docs/components/modules/ROOT/pages/hwcloud-smn-component.adoc +++ b/docs/components/modules/ROOT/pages/hwcloud-smn-component.adoc @@ -1,10 +1,10 @@ [[hwcloud-smn-component]] -= SimpleNotification Component += Huawei Cloud Simple Message Notification (SMN) Component //THIS FILE IS COPIED: EDIT THE SOURCE FILE: :page-source: components/camel-huawei/camel-huaweicloud-smn/src/main/docs/hwcloud-smn-component.adoc -:docTitle: SimpleNotification +:docTitle: Huawei Cloud Simple Message Notification (SMN) :artifactId: camel-huaweicloud-smn -:description: Huawei Cloud component to integrate with SimpleNotification services +:description: To broadcast messages and connect cloud services through notifications on Huawei Cloud :since: 3.8 :supportLevel: Stable :component-header: Only producer is supported @@ -44,7 +44,7 @@ hwcloud-smn:service[?options] == Options // component options: START -The SimpleNotification component supports 2 options, which are listed below. +The Huawei Cloud Simple Message Notification (SMN) component supports 2 options, which are listed below. @@ -57,7 +57,7 @@ The SimpleNotification component supports 2 options, which are listed below. // component options: END // endpoint options: START -The SimpleNotification endpoint is configured using URI syntax: +The Huawei Cloud Simple Message Notification (SMN) endpoint is configured using URI syntax: ---- hwcloud-smn:smnService