Package akka.persistence.typed
Class SnapshotSelectionCriteria$
- java.lang.Object
-
- akka.persistence.typed.SnapshotSelectionCriteria$
-
public class SnapshotSelectionCriteria$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static SnapshotSelectionCriteria$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SnapshotSelectionCriteria$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapshotSelectionCriteria
latest()
The latest saved snapshot.SnapshotSelectionCriteria
none()
No saved snapshot matches.
-
-
-
Field Detail
-
MODULE$
public static final SnapshotSelectionCriteria$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
latest
public SnapshotSelectionCriteria latest()
The latest saved snapshot.
-
none
public SnapshotSelectionCriteria none()
No saved snapshot matches.
-
-