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