org.apache.pekko.persistence.snapshot

Members list

Type members

Classlikes

final class NoSnapshotStore extends SnapshotStore

Used as default snapshot-store in case no other store was configured.

Used as default snapshot-store in case no other store was configured.

If a pekko.persistence.PersistentActor calls the pekko.persistence.PersistentActor#saveSnapshot method, and at the same time does not configure a specific snapshot-store to be used and no default snapshot-store is available, then the NoSnapshotStore will be used to signal a snapshot store failure.

Attributes

Source
NoSnapshotStore.scala
Supertypes
trait ActorLogging
trait Actor
class Object
trait Matchable
class Any
Show all

Abstract snapshot store.

Abstract snapshot store.

Attributes

Source
SnapshotStore.scala
Supertypes
trait ActorLogging
trait Actor
class Object
trait Matchable
class Any
Known subtypes