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

org.embulk.exec.ConfigurableGuessInputPlugin Maven / Gradle / Ivy

package org.embulk.exec;

import org.embulk.config.ConfigDiff;
import org.embulk.config.ConfigSource;

public interface ConfigurableGuessInputPlugin {
    ConfigDiff guess(ConfigSource execConfig, ConfigSource config);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy