public class AnnotatedEventHandlerInvoker extends Object implements ApplicationListener<RepositoryEvent>, BeanPostProcessor
ApplicationEvents.| Constructor and Description |
|---|
AnnotatedEventHandlerInvoker() |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(RepositoryEvent event) |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforPayloadpublic void onApplicationEvent(RepositoryEvent event)
onApplicationEvent in interface ApplicationListener<RepositoryEvent>public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization in interface BeanPostProcessorBeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
postProcessAfterInitialization in interface BeanPostProcessorBeansExceptionCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.