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

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

package io.hydrosphere.mist.lib

trait MistJob extends ContextSupport {
  def doStuff(parameters: Map[String, Any]): Map[String, Any]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy