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 -
Method Summary
Modifier and TypeMethodDescriptioncom.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)
-
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)
-