
datahub.spark.model.LineageConsumer Maven / Gradle / Ivy
package datahub.spark.model;
import java.io.Closeable;
import java.util.function.Consumer;
public interface LineageConsumer extends Consumer, Closeable {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy