Interface KillByExactMatchConsumer
-
public interface KillByExactMatchConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
killByExactMatch(String urlToKillByExactMatch)
-
-
-
Method Detail
-
killByExactMatch
void killByExactMatch(String urlToKillByExactMatch) throws IllegalArgumentException
- Parameters:
urlToKillByExactMatch
-- Throws:
IllegalArgumentException
- when one or more of the arguments is not valid.
-
-