SelectedSnapshot

org.apache.pekko.persistence.SelectedSnapshot
See theSelectedSnapshot companion object
final case class SelectedSnapshot(metadata: SnapshotMetadata, snapshot: Any)

Plugin API: a selected snapshot matching SnapshotSelectionCriteria.

Value parameters

metadata

snapshot metadata.

snapshot

snapshot.

Attributes

Companion
object
Source
SnapshotProtocol.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product