You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/04/28 21:04:35 UTC

[4/4] camel git commit: Component docs

Component docs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7aa181a4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7aa181a4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7aa181a4

Branch: refs/heads/camel-2.17.x
Commit: 7aa181a4d1c14378dbc046b0a83cfb4fac3fd1e6
Parents: 7459007
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Apr 28 21:04:23 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Apr 28 21:04:23 2016 +0200

----------------------------------------------------------------------
 components/camel-etcd/src/main/docs/etcd.adoc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/7aa181a4/components/camel-etcd/src/main/docs/etcd.adoc
----------------------------------------------------------------------
diff --git a/components/camel-etcd/src/main/docs/etcd.adoc b/components/camel-etcd/src/main/docs/etcd.adoc
index d19db9f..3632b0d 100644
--- a/components/camel-etcd/src/main/docs/etcd.adoc
+++ b/components/camel-etcd/src/main/docs/etcd.adoc
@@ -8,8 +8,9 @@
 
 
 
+
 // endpoint options: START
-The etcd component supports 14 endpoint options which are listed below:
+The etcd component supports 15 endpoint options which are listed below:
 
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
@@ -25,6 +26,7 @@ The etcd component supports 14 endpoint options which are listed below:
 | timeToLive | producer |  | Integer | To set the lifespan of a key in milliseconds.
 | 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).
+| fromIndex | advance | 0 | Long | The index to watch from
 | password | security |  | String | The password to use for basic authentication.
 | sslContextParameters | security |  | SSLContextParameters | To configure security using SSLContextParameters.
 | userName | security |  | String | The user name to use for basic authentication.
@@ -40,6 +42,7 @@ The etcd component supports 14 endpoint options which are listed below:
 
 
 
+
 // component options: START
 The etcd component has no options.
 // component options: END