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


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FunctionId

Annotation to bind an interface method to a GemFire function id


Required Element Summary
 String value
          The name of the registered function
 

Element Detail

value

public abstract String value
The name of the registered function

Returns:
the function id