Annotation Interface OnServer
Annotation to declare an interface as a GemFire OnServer Function Execution
- Author:
- David Turanski
-
Optional Element Summary
-
Element Details
-
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:
- ""
-
cache
String cacheA reference to the cache.- Returns:
- a bean name reference to the GemFire Cache.
- Default:
- ""
-
pool
String poolThe pool bean name (optional).- Returns:
- an optional bean name of the GemFire Pool.
- Default:
- ""
-
resultCollector
String resultCollectorOptional ResultCollector bean reference.- Returns:
- an optional bean name of the ResultCollector to process the Function results.
- Default:
- ""
-