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 Details

    • AnnotatedStoreEventInvoker

      public AnnotatedStoreEventInvoker()
    • AnnotatedStoreEventInvoker

      public AnnotatedStoreEventInvoker(ReflectionService reflectionService)
  • Method Details

    • postProcessBeforeInitialization

      public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeforeInitialization in interface org.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:
      postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
      Throws:
      org.springframework.beans.BeansException
    • onApplicationEvent

      public void onApplicationEvent(StoreEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<StoreEvent>