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

com.mle.actor.Messages.scala Maven / Gradle / Ivy

The newest version!
package com.mle.actor

/**
 *
 * @author Mle
 */
object Messages {

  case object Start

  case object Stop

  case class Broadcast(msg: String)

  case class StringMessage(msg: String)

  case class Msg[X](msg: X)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy