Class QueueCreatedEvent

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

public class QueueCreatedEvent extends SearchIndexProcessEvent
Event to notify that a Queue is ready for use.
Author:
Kelly Tisdell (ktisdell)
See Also:
  • Constructor Details

    • QueueCreatedEvent

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

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