Interface HasStorage<P,R>
- All Known Implementing Classes:
PersistenceTestKit,SnapshotTestKit
public interface HasStorage<P,R>
Abstract persistent storage for tests.
Has additional methods for keeping track of the indexes of last events persisted in the storage during test.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddToIndex(String persistenceId, int add) voidintvoidnextIndexByPersistenceId_$eq(scala.collection.immutable.Map<String, Object> x$1) voidremoveLastIndex(String persistenceId) voidstorage()
-
Method Details
-
addToIndex
-
clearIndexStorage
void clearIndexStorage() -
nextIndex
-
nextIndexByPersistenceId_$eq
-
removeLastIndex
-
setIndex
-
storage
TestKitStorage<P,R> storage()
-