com.lumiomedical.flow.actor.loader.Loader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lumio-flow Show documentation
Show all versions of lumio-flow Show documentation
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