You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/02/24 11:28:00 UTC

[camel] branch master updated: Added InOnly EIP docs

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 b869562  Added InOnly EIP docs
b869562 is described below

commit b869562a8c3d52053a5ddb926ad74893c48079f2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sat Feb 24 12:17:29 2018 +0100

    Added InOnly EIP docs
---
 camel-core/src/main/docs/eips/inOnly-eip.adoc | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/camel-core/src/main/docs/eips/inOnly-eip.adoc b/camel-core/src/main/docs/eips/inOnly-eip.adoc
new file mode 100644
index 0000000..af9748e
--- /dev/null
+++ b/camel-core/src/main/docs/eips/inOnly-eip.adoc
@@ -0,0 +1,17 @@
+== In Only EIP
+
+The *inOnly:* EIP define an InOnly ExchangePattern.
+
+=== EIP options
+
+// eip options: START
+The In Only EIP supports 2 options which are listed below:
+
+
+[width="100%",cols="2,5,^1,2",options="header"]
+|===
+| Name | Description | Default | Type
+| *uri* | *Required* Sets the uri of the endpoint to send to. |  | String
+| *ref* | *Deprecated* Sets the reference of the endpoint to send to. |  | String
+|===
+// eip options: END

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.