NotificationResponse

class NotificationResponse(val backendPid: Int, val channel: String, val payload: String) extends ServerMessage
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete fields

val backendPid: Int
val channel: String
val payload: String

Inherited fields

val kind: Int
Inherited from
ServerMessage