Recovery

object Recovery
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

Java API

Java API

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

Java API

Java API

See also:
Source:
PersistentActor.scala

Java API

Java API

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

Java API

Java API

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

Java API

Java API

See also:
Source:
PersistentActor.scala

Concrete fields

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.

See also:
Source:
PersistentActor.scala