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

com.remondis.limbus.tasks.Task Maven / Gradle / Ivy

package com.remondis.limbus.tasks;

public interface Task {

  /**
   * Called by the {@link TaskScheduler} to execute the task.
   *
   * @throws Exception
   *         Thrown on any error.
   */
  public void execute() throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy