Interface QueryStatConsumerInterface


public interface QueryStatConsumerInterface
interface for plug-able objects that can be added to QueryStatManager, to accept QueryStat objects after they are built.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(QueryStat queryStat)
    accept a query stat object that has finished running through its backend action.
  • Method Details

    • accept

      void accept(QueryStat queryStat)
      accept a query stat object that has finished running through its backend action.