All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.antbrains.urlcrawler.crawler.Stoppable Maven / Gradle / Ivy

package com.antbrains.urlcrawler.crawler;

public interface Stoppable {
	public void stopMe();

	public void waitFinish(long wait);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy