From 9c23aa04fefa12eaf749f8a28bf6b59b59003172 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 25 Apr 2014 12:27:47 -0400 Subject: [PATCH] INT-3389 GemFire i-c-a `expression` Docbook JIRA: https://jira.spring.io/browse/INT-3389 --- .../gemfire/config/xml/spring-integration-gemfire-4.0.xsd | 3 ++- src/reference/docbook/gemfire.xml | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/spring-integration-gemfire/src/main/resources/org/springframework/integration/gemfire/config/xml/spring-integration-gemfire-4.0.xsd b/spring-integration-gemfire/src/main/resources/org/springframework/integration/gemfire/config/xml/spring-integration-gemfire-4.0.xsd index 38511a77b7..e09f207d0d 100644 --- a/spring-integration-gemfire/src/main/resources/org/springframework/integration/gemfire/config/xml/spring-integration-gemfire-4.0.xsd +++ b/spring-integration-gemfire/src/main/resources/org/springframework/integration/gemfire/config/xml/spring-integration-gemfire-4.0.xsd @@ -205,7 +205,8 @@ diff --git a/src/reference/docbook/gemfire.xml b/src/reference/docbook/gemfire.xml index 5594c29c48..76883726e9 100644 --- a/src/reference/docbook/gemfire.xml +++ b/src/reference/docbook/gemfire.xml @@ -46,7 +46,12 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/gemfire which can contain a comma separated list of event types for which a message will be produced on the input channel. By default CREATED and UPDATED are enabled. Note that this adapter conforms to Spring integration conventions. If no channel attribute is provided, the channel will be created from the id attribute. This adapter also supports an error-channel. - If expression is not provided the message payload will be a GemFire EntryEvent + The GemFire EntryEvent + is the #root object of the expression evaluation. + Example: + If the expression attribute is not provided, the message payload will be the GemFire + EntryEvent itself.