Class IndexQueueFlushCompleteEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.search.IndexQueueFlushCompleteEvent
All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class IndexQueueFlushCompleteEvent extends ConfluenceEvent
An event to indicate that a flush of the index queue has completed with at least 1 item in the queue.
See Also:
  • Constructor Details

    • IndexQueueFlushCompleteEvent

      public IndexQueueFlushCompleteEvent(Object src, FlushStatistics flushStatistics)
  • Method Details