Recovery

org.apache.pekko.persistence.Recovery
See theRecovery companion class
object Recovery

Attributes

Companion
class
Source
PersistentActor.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Recovery.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def create(): Recovery

Java API

Java API

Attributes

See also
Source
PersistentActor.scala
def create(toSequenceNr: Long): Recovery

Java API

Java API

Attributes

See also
Source
PersistentActor.scala

Java API

Java API

Attributes

See also
Source
PersistentActor.scala
def create(fromSnapshot: SnapshotSelectionCriteria, toSequenceNr: Long): Recovery

Java API

Java API

Attributes

See also
Source
PersistentActor.scala
def create(fromSnapshot: SnapshotSelectionCriteria, toSequenceNr: Long, replayMax: Long): Recovery

Java API

Java API

Attributes

See also
Source
PersistentActor.scala

Concrete fields

val none: Recovery

Convenience method for skipping recovery in PersistentActor.

Convenience method for skipping recovery in PersistentActor.

It will still retrieve previously highest sequence number so that new events are persisted with higher sequence numbers rather than starting from 1 and assuming that there are no previous event with that sequence number.

Attributes

See also
Source
PersistentActor.scala