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

encrywm.backend.env.RuntimeEnv.scala Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package encrywm.backend.env

trait RuntimeEnv {

  val members: Map[String, ESEnvComponent]

  def updated(s: ESEnvComponent): RuntimeEnv

  def get(id: String): Option[ESEnvComponent] = members.get(id)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy