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

io.hydrosphere.mist.Messages.scala Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package io.hydrosphere.mist

import io.hydrosphere.mist.jobs.FullJobConfiguration

private[mist] object Messages {

  case class CreateContext(namespace: String)

  case class StopAllContexts()

  case class RemoveContext(context: String)

  case class WorkerDidStart(namespace: String, address: String)

  case class AddJobToRecovery(jobId: String, jobConfiguration: FullJobConfiguration)

  case class RemoveJobFromRecovery(jobId: String)

  case class StopJob(message: String)

  case class StopWorker(message: String)

  case class ListWorkers()

  case class ListRouters()

  case class ListJobs()

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy