Class WorkerCompletedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
com.broadleafcommerce.search.index.core.event.WorkerCompletedEvent
All Implemented Interfaces:
IndexableTypeAware, Serializable

public class WorkerCompletedEvent extends SearchIndexProcessEvent
Provides an event to notify that a worker has completed its work.
Author:
Kelly Tisdell (ktisdell)
See Also:
  • Constructor Details

    • WorkerCompletedEvent

      public WorkerCompletedEvent(com.broadleafcommerce.search.api.type.IndexableType type, @Nullable String correlationId)
    • WorkerCompletedEvent

      public WorkerCompletedEvent(Object source, com.broadleafcommerce.search.api.type.IndexableType type, @Nullable String correlationId)
  • Method Details

    • getCorrelationId

      public String getCorrelationId()
      The ID which uniquely identifies this reindex process.
      Returns:
      the ID which uniquely identifies this reindex process