Class Replicator.Changed$
- java.lang.Object
-
- akka.cluster.ddata.typed.scaladsl.Replicator.Changed$
-
- Enclosing class:
- Replicator
public static class Replicator.Changed$ extends java.lang.Object
The data value is retrieved withdd.Replicator.Changed.get
using the typed key.- See Also:
Replicator.Subscribe
-
-
Field Summary
Fields Modifier and Type Field Description static Replicator.Changed$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Changed$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A extends ReplicatedData>
scala.Option<Key<A>>unapply(Replicator.Changed<A> chg)
-
-
-
Field Detail
-
MODULE$
public static final Replicator.Changed$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
unapply
public <A extends ReplicatedData> scala.Option<Key<A>> unapply(Replicator.Changed<A> chg)
-
-