public class AnnotatedStoreEventInvoker extends Object implements org.springframework.context.ApplicationListener<StoreEvent>, org.springframework.beans.factory.config.BeanPostProcessor
| Constructor and Description |
|---|
AnnotatedStoreEventInvoker() |
AnnotatedStoreEventInvoker(ReflectionService reflectionService) |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(StoreEvent event) |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public AnnotatedStoreEventInvoker()
public AnnotatedStoreEventInvoker(ReflectionService reflectionService)
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic void onApplicationEvent(StoreEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<StoreEvent>Copyright © 2021 Paul Warren. All rights reserved.