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

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

package io.digdag.spi;

import java.util.List;

public interface OperatorProvider
{
    List get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy