org.springframework.data.gemfire.function.annotation
Annotation Type OnServers


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface OnServers

Annotation to declare an interface as a GemFire OnServers Function Execution


Optional Element Summary
 String cache
          A reference to the cache
 String id
          The bean name
 String pool
          The pool bean name (optional)
 String resultCollector
          Optional ResultCollector bean reference
 

id

public abstract String id
The bean name

Default:
""

resultCollector

public abstract String resultCollector
Optional ResultCollector bean reference

Default:
""

pool

public abstract String pool
The pool bean name (optional)

Returns:
Default:
""

cache

public abstract String cache
A reference to the cache

Default:
"gemfireCache"