Interface KillByQueryMatchConsumer


  • public interface KillByQueryMatchConsumer
    • Method Detail

      • killByQueryMatch

        void killByQueryMatch​(String queryToKillByMatch)
                       throws IllegalArgumentException
        A plugin may call this to kill the URL(s) returned by a given query.
        Parameters:
        queryToKillByMatch - The query to return a list of URLs to be killed.
        Throws:
        IllegalArgumentException - when one or more of the arguments is not valid.