BackendMessage

skunk.net.message.BackendMessage
See theBackendMessage companion object

Family of messages that are received from the server (the "back end"). These messages all consist of a leading tag and a length-prefixed payload. This is an open hierarchy because I don't like the aesthetics of a 52-case ADT. We may revisit this but it's ok for now.

Attributes

Companion
object
Source
BackendMessage.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
In this article