Annotation Interface OnRegion
Annotation to declare an interface as a GemFire OnRegion Function Execution
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe bean name of the POJO interface defining the GemFire Function executions.Optional ResultCollector bean reference.
-
Element Details
-
region
String regionA reference to the bean id of the GemFire Region.- Returns:
- the bean name (id) of the GemFire Region.
-
-
-
id
String idThe bean name of the POJO interface defining the GemFire Function executions.- Returns:
- the bean name (id) of the POJO interface defining the GemFire Function executions.
- Default:
- ""
-
resultCollector
String resultCollectorOptional ResultCollector bean reference.- Returns:
- an optional bean name of the ResultCollector to process the Function results.
- Default:
- ""
-