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

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

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

/**
 * Command to deploy a bundle of resources.
 * @since 0.0.1
 */
data class DeployBundleCommand(
  /**
   * Resources to deploy.
   */
  val resources: List,
  /**
   * Optional tenant id.
   */
  val tenantId: String? = null
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy