Class JobListenerInjector

java.lang.Object
org.alfresco.elasticsearch.batchindexing.config.JobListenerInjector
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor

@Component public class JobListenerInjector extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Attaches the CacheInvalidationListener to the reindexByDateJob bean (defined in the reindexing module) without overriding it.
  • Constructor Details

  • Method Details

    • postProcessAfterInitialization

      public Object postProcessAfterInitialization(Object bean, String beanName)
      Specified by:
      postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor