Class GemfireFunctionBeanPostProcessor

java.lang.Object
org.springframework.data.gemfire.function.config.GemfireFunctionBeanPostProcessor
All Implemented Interfaces:
BeanPostProcessor

public class GemfireFunctionBeanPostProcessor extends Object implements BeanPostProcessor
Spring BeanPostProcessor that discovers bean components configured as Function implementations, i.e. beans containing methods annotated with GemfireFunction.
Author:
David Turanski, John Blum
See Also: