Repository: camel Updated Branches: refs/heads/master 406b83ef6 -> 8d9149d25
CAMEL-9987: Add Asciidoc documentation Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8d9149d2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8d9149d2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8d9149d2 Branch: refs/heads/master Commit: 8d9149d25431b41456fb92acbed9ae6605ec5069 Parents: 406b83e Author: lburgazzoli <[email protected]> Authored: Tue May 24 11:53:48 2016 +0200 Committer: lburgazzoli <[email protected]> Committed: Tue May 24 11:54:27 2016 +0200 ---------------------------------------------------------------------- .../camel-consul/src/main/docs/consul.adoc | 34 ++++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8d9149d2/components/camel-consul/src/main/docs/consul.adoc ---------------------------------------------------------------------- diff --git a/components/camel-consul/src/main/docs/consul.adoc b/components/camel-consul/src/main/docs/consul.adoc index 76a1683..eec1c0d 100644 --- a/components/camel-consul/src/main/docs/consul.adoc +++ b/components/camel-consul/src/main/docs/consul.adoc @@ -86,21 +86,21 @@ Headers [width="100%",cols="10%,10%,80%",options="header",] |======================================================================= |Name |Type |Description -CamelConsulAction|String|The Producer action -CamelConsulKey|String|The Key on which the action should applied -CamelConsulEventId|String|The event id (consumer only) -CamelConsulEventName|String|The event name (consumer only) -CamelConsulEventLTime|Long|The event LTime -CamelConsulNodeFilter|String|The Node filter -CamelConsulTagFilter|String|The tag filter -CamelConsulSessionFilter|String|The session filter -CamelConsulVersion|int|The data version -CamelConsulFlags|Long|Flags associated with a value -CamelConsulCreateIndex|Long|The internal index value that represents when the entry was created -CamelConsulLockIndex|Long|The number of times this key has successfully been acquired in a lock -CamelConsulModifyIndex|Long|The last index that modified this key -CamelConsulOptions|Object|Options associated to the request -CamelConsulResult|boolean|true if the response has a result -CamelConsulSession|String|The session id -CamelConsulValueAsString|boolean|To transform values retrieved from Consul i.e. on KV endpoint to string. +|CamelConsulAction|String|The Producer action +|CamelConsulKey|String|The Key on which the action should applied +|CamelConsulEventId|String|The event id (consumer only) +|CamelConsulEventName|String|The event name (consumer only) +|CamelConsulEventLTime|Long|The event LTime +|CamelConsulNodeFilter|String|The Node filter +|CamelConsulTagFilter|String|The tag filter +|CamelConsulSessionFilter|String|The session filter +|CamelConsulVersion|int|The data version +|CamelConsulFlags|Long|Flags associated with a value +|CamelConsulCreateIndex|Long|The internal index value that represents when the entry was created +|CamelConsulLockIndex|Long|The number of times this key has successfully been acquired in a lock +|CamelConsulModifyIndex|Long|The last index that modified this key +|CamelConsulOptions|Object|Options associated to the request +|CamelConsulResult|boolean|true if the response has a result +|CamelConsulSession|String|The session id +|CamelConsulValueAsString|boolean|To transform values retrieved from Consul i.e. on KV endpoint to string. |=======================================================================
