You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/07/06 08:41:49 UTC

[camel] branch master updated: CAMEL-14956: Add include for Spring Boot starter docs

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

jamesnetherton 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 195ea76  CAMEL-14956: Add include for Spring Boot starter docs
195ea76 is described below

commit 195ea76415010578d69ba441daa267019292ee7c
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Jul 6 09:39:16 2020 +0100

    CAMEL-14956: Add include for Spring Boot starter docs
---
 .../org/apache/camel/catalog/docs/vertx-websocket-component.adoc     | 5 +++--
 .../src/main/docs/vertx-websocket-component.adoc                     | 5 +++--
 docs/components/modules/ROOT/pages/vertx-websocket-component.adoc    | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/vertx-websocket-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/vertx-websocket-component.adoc
index 9ceb862..54ed620 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/vertx-websocket-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/vertx-websocket-component.adoc
@@ -107,10 +107,9 @@ messages back to a single/current client, or to all clients.
 
 [width="100%",cols="10%,90%",options="header",]
 |=======================================================================
-
+| Name | Description
 |`VertxWebsocketConstants.SEND_TO_ALL` |Sends the message to all clients which are currently connected. You can
 use the `sendToAll` option on the endpoint instead of using this header.
-
 |`VertxWebsocketConstants.CONNECTION_KEY` |Sends the message to the client with the given connection key. You can
 use a comma separated list of keys to send a message to multiple clients
 |=======================================================================
@@ -129,3 +128,5 @@ from("vertx-websocket:localhost:8080/echo")
 
 By default the `ws://` protocol is used, but secure connections with `wss://` are supported by configuring the consumer or producer
 via the `sslContextParameters` URI parameter and the xref:manual::camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]
+
+include::camel-spring-boot::page$vertx-websocket-starter.adoc[]
diff --git a/components/camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc b/components/camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc
index 9ceb862..54ed620 100644
--- a/components/camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc
+++ b/components/camel-vertx-websocket/src/main/docs/vertx-websocket-component.adoc
@@ -107,10 +107,9 @@ messages back to a single/current client, or to all clients.
 
 [width="100%",cols="10%,90%",options="header",]
 |=======================================================================
-
+| Name | Description
 |`VertxWebsocketConstants.SEND_TO_ALL` |Sends the message to all clients which are currently connected. You can
 use the `sendToAll` option on the endpoint instead of using this header.
-
 |`VertxWebsocketConstants.CONNECTION_KEY` |Sends the message to the client with the given connection key. You can
 use a comma separated list of keys to send a message to multiple clients
 |=======================================================================
@@ -129,3 +128,5 @@ from("vertx-websocket:localhost:8080/echo")
 
 By default the `ws://` protocol is used, but secure connections with `wss://` are supported by configuring the consumer or producer
 via the `sslContextParameters` URI parameter and the xref:manual::camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]
+
+include::camel-spring-boot::page$vertx-websocket-starter.adoc[]
diff --git a/docs/components/modules/ROOT/pages/vertx-websocket-component.adoc b/docs/components/modules/ROOT/pages/vertx-websocket-component.adoc
index 241d0c3..dc05c02 100644
--- a/docs/components/modules/ROOT/pages/vertx-websocket-component.adoc
+++ b/docs/components/modules/ROOT/pages/vertx-websocket-component.adoc
@@ -109,10 +109,9 @@ messages back to a single/current client, or to all clients.
 
 [width="100%",cols="10%,90%",options="header",]
 |=======================================================================
-
+| Name | Description
 |`VertxWebsocketConstants.SEND_TO_ALL` |Sends the message to all clients which are currently connected. You can
 use the `sendToAll` option on the endpoint instead of using this header.
-
 |`VertxWebsocketConstants.CONNECTION_KEY` |Sends the message to the client with the given connection key. You can
 use a comma separated list of keys to send a message to multiple clients
 |=======================================================================
@@ -131,3 +130,5 @@ from("vertx-websocket:localhost:8080/echo")
 
 By default the `ws://` protocol is used, but secure connections with `wss://` are supported by configuring the consumer or producer
 via the `sslContextParameters` URI parameter and the xref:manual::camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]
+
+include::camel-spring-boot::page$vertx-websocket-starter.adoc[]