Package org.apache.pekko.persistence
Class SnapshotProtocol.LoadSnapshot$
java.lang.Object
scala.runtime.AbstractFunction3<String,SnapshotSelectionCriteria,Object,SnapshotProtocol.LoadSnapshot>
org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot$
- All Implemented Interfaces:
Serializable,scala.Function3<String,SnapshotSelectionCriteria, Object, SnapshotProtocol.LoadSnapshot>
- Enclosing class:
- SnapshotProtocol
public static class SnapshotProtocol.LoadSnapshot$
extends scala.runtime.AbstractFunction3<String,SnapshotSelectionCriteria,Object,SnapshotProtocol.LoadSnapshot>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SnapshotProtocol.LoadSnapshot$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(String persistenceId, SnapshotSelectionCriteria criteria, long toSequenceNr) final StringtoString()scala.Option<scala.Tuple3<String,SnapshotSelectionCriteria, Object>> Methods inherited from class scala.runtime.AbstractFunction3
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function3
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LoadSnapshot$
public LoadSnapshot$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function3<String,SnapshotSelectionCriteria, Object, SnapshotProtocol.LoadSnapshot> - Overrides:
toStringin classscala.runtime.AbstractFunction3<String,SnapshotSelectionCriteria, Object, SnapshotProtocol.LoadSnapshot>
-
apply
public SnapshotProtocol.LoadSnapshot apply(String persistenceId, SnapshotSelectionCriteria criteria, long toSequenceNr) -
unapply
public scala.Option<scala.Tuple3<String,SnapshotSelectionCriteria, unapplyObject>> (SnapshotProtocol.LoadSnapshot x$0)
-