SnapshotMetadata

org.apache.pekko.persistence.SnapshotMetadata
See theSnapshotMetadata companion class

Attributes

Companion
class
Source
SnapshotProtocol.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(persistenceId: String, sequenceNr: Long, timestamp: Long, meta: Option[Any]): SnapshotMetadata

Attributes

Source
SnapshotProtocol.scala
def apply(persistenceId: String, sequenceNr: Long, timestamp: Long): SnapshotMetadata

Attributes

Source
SnapshotProtocol.scala
def apply(persistenceId: String, sequenceNr: Long): SnapshotMetadata

Attributes

Source
SnapshotProtocol.scala

Inherited methods

Attributes

Inherited from:
Function3
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function3 -> Any
Inherited from:
Function3

Attributes

Inherited from:
Function3

Implicits

Implicits

Attributes

Source
SnapshotProtocol.scala