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

com.harrys.hyppo.source.api.task.IngestionTaskCreator Maven / Gradle / Ivy

There is a newer version: 0.6.4
Show newest version
package com.harrys.hyppo.source.api.task;

/**
 * Created by jpetty on 7/17/15.
 */
public interface IngestionTaskCreator {
    void createIngestionTasks(CreateIngestionTasks operation) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy