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


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface RegionData

Used to inject Region data into a function execution. The annotated parameter must be of type Map. The contents depends on the region configuration (for a partitioned region, this will contain only entries for the local partition) and any filters configured for the function context.