org.springframework.data.gemfire.function.config
Annotation Type EnableGemfireFunctions


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
@Import(value=GemfireFunctionPostBeanProcessorRegistrar.class)
public @interface EnableGemfireFunctions

Enables Gemfire annotated function implementations. Causes the container to discover any beans that are annotated with {code} @GemfireFunction {code}, wrap them in a PojoFunctionWrapper, and register them with the cache.