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
commit 209cb7d4cc4b01dd6eaec77975e41553f6968f3d Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Feb 20 12:54:12 2018 +0100 Added Sticky Load Balancer EIP docs --- camel-core/src/main/docs/eips/sticky-eip.adoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/camel-core/src/main/docs/eips/sticky-eip.adoc b/camel-core/src/main/docs/eips/sticky-eip.adoc new file mode 100644 index 0000000..8eb778c --- /dev/null +++ b/camel-core/src/main/docs/eips/sticky-eip.adoc @@ -0,0 +1,16 @@ +== Sticky EIP + +Sticky Load Balancer + +=== Options + +// eip options: START +The Sticky EIP supports 1 options which are listed below: + + +[width="100%",cols="2,5,^1,2",options="header"] +|=== +| Name | Description | Default | Type +| *correlationExpression* | *Required* The correlation expression to use to calculate the correlation key | | NamespaceAware Expression +|=== +// eip options: END -- To stop receiving notification emails like this one, please contact [email protected].
