NotificationResponse

com.github.mauricio.async.db.postgresql.messages.backend.NotificationResponse
class NotificationResponse(val backendPid: Int, val channel: String, val payload: String) extends ServerMessage

Attributes

Graph
Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete fields

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

Inherited fields

val kind: Int

Attributes

Inherited from:
ServerMessage