Class ReplicatedSnapshotMetadata$
java.lang.Object
org.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadata$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReplicatedSnapshotMetadata$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadataapply(org.apache.pekko.persistence.typed.internal.VersionVector version, scala.collection.immutable.Map<ReplicaId, Object> seenPerReplica) For a snapshot store supporting Replicated Event Sourcing needing to add test coverage, use this instance as metadata and defer to the built in serializer for serialization formatscala.Option<scala.Tuple2<org.apache.pekko.persistence.typed.internal.VersionVector,scala.collection.immutable.Map<ReplicaId, Object>>> unapply(org.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadata x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ReplicatedSnapshotMetadata$
public ReplicatedSnapshotMetadata$()
-
-
Method Details
-
instanceForSnapshotStoreTest
For a snapshot store supporting Replicated Event Sourcing needing to add test coverage, use this instance as metadata and defer to the built in serializer for serialization format -
apply
-
unapply
-