
prerna.reactor.IParallelWorker Maven / Gradle / Ivy
The newest version!
package prerna.reactor;
import prerna.om.Insight;
public interface IParallelWorker {
// main interface to implement threadable activity
public void setInisight(Insight insight);
// the main method that will be run as a thread
public void run();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy