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

dev.bpmcrafters.processengineapi.deploy.DeploymentApi.kt Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package dev.bpmcrafters.processengineapi.deploy

import dev.bpmcrafters.processengineapi.Empty
import dev.bpmcrafters.processengineapi.MetaInfoAware
import java.util.concurrent.Future

/**
 * Deploys bundles of resources into a process engine.
 * @since 0.0.1
 */
interface DeploymentApi: MetaInfoAware {

  fun deploy(cmd: DeployBundleCommand): Future
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy