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

io.hydrosphere.mist.lib.Publisher.scala Maven / Gradle / Ivy

package io.hydrosphere.mist.lib

trait Publisher {
  def publish(message: String): Unit
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy