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

wisp.deployment.FakeDeploymentLocation.kt Maven / Gradle / Ivy

The newest version!
package wisp.deployment

class FakeDeploymentLocation(private val deploymentLocation: String = "FakeDeploymentLocation") :
  DeploymentLocation {
  /**
   * Deployment identification, e.g. Kubernetes pod name or host name, etc.
   */
  override val id: String
    get() = deploymentLocation
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy