Package org.apache.pekko.persistence
Class SelectedSnapshot$
java.lang.Object
org.apache.pekko.persistence.SelectedSnapshot$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SelectedSnapshot$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(SnapshotMetadata metadata, Object snapshot) create(SnapshotMetadata metadata, Object snapshot) Java API, Plugin API.scala.Option<scala.Tuple2<SnapshotMetadata,Object>> unapply(SelectedSnapshot x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SelectedSnapshot$
public SelectedSnapshot$()
-
-
Method Details
-
create
Java API, Plugin API. -
apply
-
unapply
-