Interface IndexerQueryListener

All Known Implementing Classes:
CommerceSessionInitializationListener, MarketplaceSessionInitializationListener, SessionInitializationListener

public interface IndexerQueryListener
Interface for receiving notifications about indexer queries execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handles a notification that an indexer query has just completed.
    void
    Handles a notification that an indexer query failed (this may also be due to listeners failing).
    void
    Handles a notification that an indexer query is about to begin execution.