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

main.wisp.deployment.DeploymentLocation.kt Maven / Gradle / Ivy

There is a newer version: 2024.11.22.172133-fe9b482
Show newest version
package wisp.deployment

/**
 * For information about the deployment location.
 */
interface DeploymentLocation {

    /**
     * Deployment identification, e.g. Kubernetes pod name or host name, etc.
     */
    val id: String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy