Class Replicator.FlushChanges$
- java.lang.Object
-
- akka.cluster.ddata.typed.scaladsl.Replicator.FlushChanges$
-
- All Implemented Interfaces:
Replicator.Command
- Enclosing class:
- Replicator
public static class Replicator.FlushChanges$ extends java.lang.Object implements Replicator.Command
Notify subscribers of changes now, otherwise they will be notified periodically with the configurednotify-subscribers-interval
.
-
-
Field Summary
Fields Modifier and Type Field Description static Replicator.FlushChanges$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description FlushChanges$()
-
-
-
Field Detail
-
MODULE$
public static final Replicator.FlushChanges$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-