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: 2025.01.16.154437-45e6601
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 - 2025 Weber Informatics LLC | Privacy Policy