Class CustomerMasterProcessLauncherAutoConfiguration
java.lang.Object
com.broadleafcommerce.search.index.customer.master.autoconfigure.CustomerMasterProcessLauncherAutoConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomerSearchIndexMasterProcessLauncher
(com.broadleafcommerce.search.index.core.ProcessStateService processStateService, com.broadleafcommerce.search.index.core.LockService lockService, com.broadleafcommerce.search.index.core.queue.QueueProvider queueProvider, CustomerQueueLoader<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>> batchIdReader, com.broadleafcommerce.search.index.core.SemaphoreProvider semaphoreProvider, com.broadleafcommerce.search.index.autoconfigure.IndexerProperties indexerProperties) customerStartupIndexer
(com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.ProcessStateService processStateService)
-
Constructor Details
-
CustomerMasterProcessLauncherAutoConfiguration
public CustomerMasterProcessLauncherAutoConfiguration()
-
-
Method Details
-
customerSearchIndexMasterProcessLauncher
@Bean @ConditionalOnMissingBean public CustomerSearchIndexMasterProcessLauncher customerSearchIndexMasterProcessLauncher(com.broadleafcommerce.search.index.core.ProcessStateService processStateService, com.broadleafcommerce.search.index.core.LockService lockService, com.broadleafcommerce.search.index.core.queue.QueueProvider queueProvider, CustomerQueueLoader<com.broadleafcommerce.search.index.core.queue.BatchIdHolder<String>> batchIdReader, com.broadleafcommerce.search.index.core.SemaphoreProvider semaphoreProvider, com.broadleafcommerce.search.index.autoconfigure.IndexerProperties indexerProperties) -
customerStartupIndexer
@Bean @ConditionalOnProperty("broadleaf.customer.reindex.startup") @ConditionalOnMissingBean public CustomerStartupIndexer customerStartupIndexer(com.broadleafcommerce.search.index.core.service.ReindexDelegationService reindexDelegationService, com.broadleafcommerce.search.index.core.ProcessStateService processStateService)
-