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.git
The following commit(s) were added to refs/heads/master by this push: new bd0cba2 Camel-Websocket-jsr356: Generated the Spring Boot documentation bd0cba2 is described below commit bd0cba26a9a0e33c64c3684132e2af150724d54c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Dec 18 08:12:57 2018 +0100 Camel-Websocket-jsr356: Generated the Spring Boot documentation --- .../src/main/docs/websocket-jsr356-component.adoc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/components/camel-websocket-jsr356/src/main/docs/websocket-jsr356-component.adoc b/components/camel-websocket-jsr356/src/main/docs/websocket-jsr356-component.adoc index 1112720..2191dfc 100644 --- a/components/camel-websocket-jsr356/src/main/docs/websocket-jsr356-component.adoc +++ b/components/camel-websocket-jsr356/src/main/docs/websocket-jsr356-component.adoc @@ -69,4 +69,20 @@ with the following path and query parameters: | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer creates an exchange. | | ExchangePattern | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean |=== -// endpoint options: END \ No newline at end of file +// endpoint options: END + +// spring-boot-auto-configure options: START +=== Spring Boot Auto-Configuration + + +The component supports 2 options, which are listed below. + + + +[width="100%",cols="2,5,^1,2",options="header"] +|=== +| Name | Description | Default | Type +| *camel.component.websocket-jsr356.enabled* | Whether to enable auto configuration of the websocket-jsr356 component. This is enabled by default. | | Boolean +| *camel.component.websocket-jsr356.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean +|=== +// spring-boot-auto-configure options: END