case class ProcessData(processId: Int, secretKey: Int) extends ServerMessage with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProcessData
- Product
- Equals
- ServerMessage
- KindedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProcessData(processId: Int, secretKey: Int)
Value Members
-
val
kind: Int
- Definition Classes
- ServerMessage → KindedMessage
- val processId: Int
- val secretKey: Int