case class ProcessData(processId: Int, secretKey: Int) extends ServerMessage with Product with Serializable

Linear Supertypes
Product, Equals, ServerMessage, KindedMessage, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcessData
  2. Product
  3. Equals
  4. ServerMessage
  5. KindedMessage
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProcessData(processId: Int, secretKey: Int)

Value Members

  1. val kind: Int
    Definition Classes
    ServerMessage → KindedMessage
  2. val processId: Int
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val secretKey: Int