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

ru.taskurotta.bootstrap.config.SpreaderConfig Maven / Gradle / Ivy

The newest version!
package ru.taskurotta.bootstrap.config;

import ru.taskurotta.client.TaskSpreader;

/**
 * User: romario
 * Date: 2/12/13
 * Time: 5:17 PM
 */
public interface SpreaderConfig {

    public void init();

    public TaskSpreader getTaskSpreader(Class clazz);

    public TaskSpreader getTaskSpreader(Class clazz, String taskList);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy