Package akka.persistence
Interface PersistenceRecovery
- 
- All Known Subinterfaces:
- AbstractPersistentActorLike,- AtLeastOnceDelivery,- AtLeastOnceDeliveryLike,- Eventsourced,- PersistentActor
 - All Known Implementing Classes:
- AbstractPersistentActor,- AbstractPersistentActorWithAtLeastOnceDelivery,- AbstractPersistentActorWithTimers,- JournalPerfSpec.BenchActor,- PersistentShardCoordinator
 
 public interface PersistenceRecovery
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Recoveryrecovery()Called when the persistent actor is started for the first time.
 
-