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

kz.greetgo.scheduling.collector.Job Maven / Gradle / Ivy

The newest version!
package kz.greetgo.scheduling.collector;

public interface Job {

  void execute() throws Throwable;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy