Interface IndexNotificationService

All Known Implementing Classes:
DefaultIndexNotificationService

public interface IndexNotificationService
As transition 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 Product transition completions.
Author:
Jeff Fischer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    compileAndNotify(com.broadleafcommerce.data.tracking.core.transition.WorkflowRequestCompletion completion)
    Handle the compilation and notification to the search indexer for the completion.
  • Method Details

    • compileAndNotify

      void compileAndNotify(com.broadleafcommerce.data.tracking.core.transition.WorkflowRequestCompletion completion)
      Handle the compilation and notification to the search indexer for the completion.
      Parameters:
      completion - The completion of transition for a single ChangeSummary