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.

Attributes

key

The secret key of this backend.

pid

The process ID of this backend.

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product