Class AnnotatedStoreEventInvoker
java.lang.Object
internal.org.springframework.content.commons.repository.AnnotatedStoreEventInvoker
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.config.BeanPostProcessor,org.springframework.context.ApplicationListener<StoreEvent>
public class AnnotatedStoreEventInvoker
extends Object
implements org.springframework.context.ApplicationListener<StoreEvent>, org.springframework.beans.factory.config.BeanPostProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(StoreEvent event) postProcessAfterInitialization(Object bean, String beanName) postProcessBeforeInitialization(Object bean, String beanName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
AnnotatedStoreEventInvoker
public AnnotatedStoreEventInvoker() -
AnnotatedStoreEventInvoker
-
-
Method Details
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessBeforeInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-
onApplicationEvent
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<StoreEvent>
-