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

brooklyn.management.TaskFactory Maven / Gradle / Ivy

package brooklyn.management;


/** Interface for something which can generate tasks (or task wrappers) */
public interface TaskFactory> {
    T newTask();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy