BackendMessage

skunk.net.message.BackendMessage$
See theBackendMessage companion trait

Attributes

Companion
trait
Source
BackendMessage.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def decoder(tag: Byte): Decoder[BackendMessage]

Return the [un-prefixed] payload decoder for the given message tag.

Return the [un-prefixed] payload decoder for the given message tag. If the tag is unknown the payload will be decoded as an UnknownMessage.

Attributes

Source
BackendMessage.scala