Class SingleProductIndexedEvent

java.lang.Object
com.broadleafcommerce.search.index.catalog.messaging.SingleProductIndexedEvent
All Implemented Interfaces:
Serializable

public class SingleProductIndexedEvent extends Object implements Serializable
A message event dispatched after a product has been reindexed.
Author:
Jon Fleschler (jfleschler)
See Also:
  • Constructor Details

    • SingleProductIndexedEvent

      public SingleProductIndexedEvent()
  • Method Details

    • getProductContextId

      public String getProductContextId()
      The product that has been created / modified
    • getContextInfo

      @Nullable public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()
      The ContextInfo derived from the original request containing tenant and sandbox info.
      Returns:
      The ContextInfo derived from the original request
    • setProductContextId

      public void setProductContextId(String productContextId)
      The product that has been created / modified
      Parameters:
      product -
    • setContextInfo

      public void setContextInfo(@Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
      The ContextInfo derived from the original request containing tenant and sandbox info.