Class ProcessSuccessEvent

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

public class ProcessSuccessEvent extends SearchIndexProcessEvent
Event to indicate if the reindex process completed without errors. This is raised before the ProcessCompletedEvent.
Author:
Kelly Tisdell (ktisdell)
See Also:
  • Constructor Details

    • ProcessSuccessEvent

      public ProcessSuccessEvent(com.broadleafcommerce.search.api.type.IndexableType type)
    • ProcessSuccessEvent

      public ProcessSuccessEvent(Object source, com.broadleafcommerce.search.api.type.IndexableType type)