Changed

org.apache.pekko.cluster.ddata.Replicator$.Changed
final case class Changed[A <: ReplicatedData](key: Key[A])(data: A) extends SubscribeResponse[A], ReplicatorMessage

The data value is retrieved with get using the typed key.

Attributes

See also
Source
Replicator.scala
Graph
Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def dataValue: A

The data value. Use get to get the fully typed value.

The data value. Use get to get the fully typed value.

Attributes

Source
Replicator.scala
def get[T <: ReplicatedData](key: Key[T]): T

The data value, with correct type. Scala pattern matching cannot infer the type from the key parameter.

The data value, with correct type. Scala pattern matching cannot infer the type from the key parameter.

Attributes

Source
Replicator.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product