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


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

Used to inject a set of cache keys into a function execution, The annotated parameter must be of type Set. This is used by the function invocation to specify a set of keys of interest and also to define an additional parameter on the function implementation method containing the filter.