Repository: camel Updated Branches: refs/heads/master 3b4b52216 -> e9b01196a
Updated doc Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e9b01196 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e9b01196 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e9b01196 Branch: refs/heads/master Commit: e9b01196aa1d904888ebbf3380700579ec503418 Parents: 9f16e39 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Apr 28 09:02:40 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Apr 28 09:05:44 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/e9b01196/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