Repository: camel Updated Branches: refs/heads/master f605d01ce -> ee03cec2a
Added automatic generated docs for Influxdb component Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ee03cec2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ee03cec2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ee03cec2 Branch: refs/heads/master Commit: ee03cec2a92a48358bf2b503c160d46b51a036f2 Parents: f605d01 Author: Andrea Cosentino <anco...@gmail.com> Authored: Fri Jul 15 13:20:04 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Fri Jul 15 13:24:07 2016 +0200 ---------------------------------------------------------------------- components/camel-influxdb/src/main/docs/influxdb.adoc | 14 ++++++++++++-- .../services/org/apache/camel/component/influxdb | 3 +-- 2 files changed, 13 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ee03cec2/components/camel-influxdb/src/main/docs/influxdb.adoc ---------------------------------------------------------------------- diff --git a/components/camel-influxdb/src/main/docs/influxdb.adoc b/components/camel-influxdb/src/main/docs/influxdb.adoc index b7ffb1c..a61f574 100644 --- a/components/camel-influxdb/src/main/docs/influxdb.adoc +++ b/components/camel-influxdb/src/main/docs/influxdb.adoc @@ -45,23 +45,33 @@ The producer allows sending messages to a influxdb configured in the registry, using the native java driver. + // component options: START -The InfluxDb component has no options. +The InfluxDB component has no options. // component options: END + + // endpoint options: START -The InfluxDb component supports 15 endpoint options which are listed below: +The InfluxDB component supports 5 endpoint options which are listed below: {% raw %} [width="100%",cols="2s,1,1m,1m,5",options="header"] |======================================================================= +| Name | Group | Default | Java Type | Description +| connectionBean | producer | | String | *Required* Name of org.influxdb.InfluxDB to use. +| databaseName | producer | | String | Setter for databaseName +| retentionPolicy | producer | default | String | Setter for retentionPolicy +| exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange +| synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= {% endraw %} // endpoint options: END + [[InfluxDb-MessageHeaders]] Message Headers ^^^^^^^^^^^^^^^ http://git-wip-us.apache.org/repos/asf/camel/blob/ee03cec2/components/camel-influxdb/src/main/resources/META-INF/services/org/apache/camel/component/influxdb ---------------------------------------------------------------------- diff --git a/components/camel-influxdb/src/main/resources/META-INF/services/org/apache/camel/component/influxdb b/components/camel-influxdb/src/main/resources/META-INF/services/org/apache/camel/component/influxdb index a0d9e3c..f8e9043 100644 --- a/components/camel-influxdb/src/main/resources/META-INF/services/org/apache/camel/component/influxdb +++ b/components/camel-influxdb/src/main/resources/META-INF/services/org/apache/camel/component/influxdb @@ -14,5 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -class=org.apache.camel.component.influxdb.InfluxDbComponent - +class=org.apache.camel.component.influxdb.InfluxDbComponent \ No newline at end of file