public class GemfireFunctionBeanPostProcessor extends Object implements BeanPostProcessor
BeanPostProcessor
that discovers bean components configured as Function
implementations,
i.e. beans containing methods
annotated with GemfireFunction
.Annotation
,
Method
,
Function
,
BeanPostProcessor
,
GemfireFunction
Constructor and Description |
---|
GemfireFunctionBeanPostProcessor() |
Modifier and Type | Method and Description |
---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postProcessBeforeInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
postProcessAfterInitialization
in interface BeanPostProcessor
BeansException
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.