+ add support for region interest receive-values property
This commit is contained in:
Costin Leau
2011-09-22 10:28:40 +03:00
parent ac138654b6
commit 87506ef775
7 changed files with 84 additions and 10 deletions

View File

@@ -36,7 +36,7 @@
<property name="interests">
<array>
<bean class="org.springframework.data.gemfire.client.Interest" p:key="Vlaicu" p:policy="NONE"/>
<bean class="org.springframework.data.gemfire.client.RegexInterest" p:key=".*" p:policy="KEYS" p:durable="true"/>
<bean class="org.springframework.data.gemfire.client.RegexInterest" p:key=".*" p:policy="KEYS" p:durable="true" p:receive-values="false"/>
</array>
</property>
</bean>