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 e9d9afe Regen
e9d9afe is described below
commit e9d9afead3d049ecd03fbc791952535bd95fc011
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Mar 29 11:37:57 2019 +0100
Regen
---
docs/components/modules/ROOT/pages/infinispan-component.adoc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/components/modules/ROOT/pages/infinispan-component.adoc
b/docs/components/modules/ROOT/pages/infinispan-component.adoc
index 55d2bbd..9b8df1e 100644
--- a/docs/components/modules/ROOT/pages/infinispan-component.adoc
+++ b/docs/components/modules/ROOT/pages/infinispan-component.adoc
@@ -220,7 +220,9 @@ from("direct:start")
.to("infinispan?cacheContainer=#cacheContainer&remappingFunction=#mappingFunction");
----
-This will return oldValue + "replay"
+This will return oldValue + "replay".
+
+This can be done also as async operation, with the
`InfinispanOperation.COMPUTEASYNC` operation
* Retrieve a specific key from the remote cache using a cache container
configuration with additional parameters (host, port and protocol version):
@@ -240,6 +242,7 @@ from("direct:start")
.to("infinispan?cacheContainerConfiguration=#cacheContainerConfiguration");
----
+
### Using the Infinispan based idempotent repository
In this section we will use the Infinispan based idempotent repository.