Interface IndexNotificationService
- All Known Implementing Classes:
DefaultIndexNotificationService
public interface IndexNotificationService
As batches of import completions are consumed, notify the indexer service via message of a batch
of
Indexable
instances to index. For example, this could result from a batch of
Customer
or Product
import completions.- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
compileAndNotify
(com.broadleafcommerce.common.dataimport.messaging.BatchCompletion batchCompletion) Handle the compilation and notification to the search indexer for the batch completion.
-
Method Details
-
compileAndNotify
void compileAndNotify(com.broadleafcommerce.common.dataimport.messaging.BatchCompletion batchCompletion) Handle the compilation and notification to the search indexer for the batch completion.- Parameters:
batchCompletion
- The batch of completed items
-