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

io.polyapi.plugin.service.DeploymentService Maven / Gradle / Ivy

There is a newer version: 0.15.3
Show newest version
package io.polyapi.plugin.service;

import io.polyapi.plugin.model.function.PolyFunction;

import java.util.List;

public interface DeploymentService {

    List deployFunctions(List functions, boolean dryRun);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy