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

datahub.spark.model.LineageConsumer Maven / Gradle / Ivy

There is a newer version: 0.14.1-12rc3
Show newest version
package datahub.spark.model;

import java.io.Closeable;
import java.util.function.Consumer;

public interface LineageConsumer extends Consumer, Closeable {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy