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

io.digdag.spi.OperatorFactory Maven / Gradle / Ivy

package io.digdag.spi;

public interface OperatorFactory
{
    String getType();

    Operator newOperator(OperatorContext context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy