Class WorkerStartedEvent

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

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

    • WorkerStartedEvent

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

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

    • getCorrelationId

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

      public int getThreads()
      The number of threads executing for this worker.
      Returns:
      number of threads executing for this worker