Command

org.apache.pekko.cluster.ddata.Replicator$.Command
sealed trait Command[A <: ReplicatedData]

Attributes

Source
Replicator.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Delete[A]
class Get[A]
class Update[A]

Members list

Value members

Abstract methods

def key: Key[A]

Attributes

Source
Replicator.scala