MongoPersistenceSnapshottingApi

pekko.contrib.persistence.mongodb.MongoPersistenceSnapshottingApi

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def deleteMatchingSnapshots(pid: String, maxSeq: Long, maxTs: Long): Future[Unit]
def deleteSnapshot(pid: String, seq: Long, ts: Long): Future[Unit]
def findYoungestSnapshotByMaxSequence(pid: String, maxSeq: Long, maxTs: Long): Future[Option[SelectedSnapshot]]
def saveSnapshot(snapshot: SelectedSnapshot): Future[Unit]