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


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

Annotation to declare an interface as a GemFire OnRegion Function Execution


Required Element Summary
 String region
          The reference to the bean id of the region
 
Optional Element Summary
 String id
          The bean name
 String resultCollector
          Optional ResultCollector bean reference
 

Element Detail

region

public abstract String region
The reference to the bean id of the region

Returns:
the region id

id

public abstract String id
The bean name

Default:
""

resultCollector

public abstract String resultCollector
Optional ResultCollector bean reference

Default:
""