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

com.lumiomedical.flow.actor.loader.Loader Maven / Gradle / Ivy

Go to download

A library providing an opinionated way of structuring data processing programs such as ETLs

The newest version!
package com.lumiomedical.flow.actor.loader;

/**
 * @author Pierre Lecerf ([email protected])
 * Created on 2020/03/01
 */
public interface Loader
{
    /**
     *
     * @param input
     * @throws LoadingException
     */
    void load(T input) throws LoadingException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy