public final class SpringEventTimerInjector extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.config.BeanFactoryPostProcessor
| Constructor and Description |
|---|
SpringEventTimerInjector(EventTimer eventTimer) |
SpringEventTimerInjector(EventTimer eventTimer,
com.google.common.base.Predicate<? super BeanSpecification> beanPredicate) |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public SpringEventTimerInjector(EventTimer eventTimer)
public SpringEventTimerInjector(EventTimer eventTimer, com.google.common.base.Predicate<? super BeanSpecification> beanPredicate)
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionCopyright © 2009–2021 Performance Co-Pilot. All rights reserved.