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

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

Instance Constructors

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

Value Members

  1. val kind: Int
    Definition Classes
    ServerMessage → KindedMessage
  2. val processId: Int
  3. val secretKey: Int