BackendKeyData

skunk.net.message.BackendKeyData
See theBackendKeyData companion object
final case class BackendKeyData(pid: Int, key: Int) extends BackendMessage

Cancellation key data. The frontend must save these values if it wishes to be able to issue CancelRequest messages later.

Value parameters

key

The secret key of this backend.

pid

The process ID of this backend.

Attributes

Companion
object
Source
BackendKeyData.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product