Class ReindexStatusAutoConfiguration

java.lang.Object
com.broadleafcommerce.search.index.reindex.service.autoconfiguration.ReindexStatusAutoConfiguration

@Configuration @AutoConfigureBefore(com.broadleafcommerce.search.index.core.service.autoconfigure.IndexerCoreServiceAutoConfiguration.class) public class ReindexStatusAutoConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.broadleafcommerce.search.index.core.service.ReindexJobService<com.broadleafcommerce.search.index.core.domain.ReindexJob>
    reindexJobService(com.broadleafcommerce.search.index.core.repository.ReindexJobRepository<?> repository, com.broadleafcommerce.data.tracking.core.service.MappableCrudEntityHelper helper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReindexStatusAutoConfiguration

      public ReindexStatusAutoConfiguration()
  • Method Details

    • reindexJobService

      @ConditionalOnMissingBean @Bean public com.broadleafcommerce.search.index.core.service.ReindexJobService<com.broadleafcommerce.search.index.core.domain.ReindexJob> reindexJobService(com.broadleafcommerce.search.index.core.repository.ReindexJobRepository<?> repository, com.broadleafcommerce.data.tracking.core.service.MappableCrudEntityHelper helper)