Class PersistenceTestKit

java.lang.Object
org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
All Implemented Interfaces:
ClearOps, ClearPreservingSeqNums, CommonTestKitOps<PersistentRepr,JournalOperation>, ExpectOps<PersistentRepr>, HasStorage<JournalOperation,PersistentRepr>, PersistenceTestKitOps<PersistentRepr,JournalOperation>, PolicyOpsTestKit<JournalOperation>, RejectSupport<JournalOperation>

Class for testing events of persistent actors.

NOTE! ActorSystem must be configured with PersistenceTestKitPlugin. The configuration can be retrieved with PersistenceTestKitPlugin.config.