Key

org.apache.pekko.cluster.ddata.Key
See theKey companion class
object Key

Attributes

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

Members list

Type members

Types

type KeyId = String

Attributes

Source
Key.scala

Value members

Concrete methods

def unapply(k: Key[_]): Option[String]

Extract the Key#id.

Extract the Key#id.

Attributes

Source
Key.scala