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.BeanPostProcessor
org.springframework.beans.BeansException
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
org.springframework.beans.BeansException
Copyright © 2009–2018 Performance Co-Pilot. All rights reserved.