Class Replicator.Changed$
java.lang.Object
org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Changed$
- Enclosing class:
- Replicator
The data value is retrieved with
pekko.cluster.ddata.Replicator.Changed.get using the typed key.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Replicator.Changed$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A extends ReplicatedData>
scala.Option<Key<A>>unapply(Replicator.Changed<A> chg)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Changed$
public Changed$()
-
-
Method Details
-
unapply
-