Interface TestKitStorage<P,R>
-
- All Superinterfaces:
Extension
,InMemStorage<java.lang.String,R>
,InternalReprSupport<R>
,PolicyOps<P>
- All Known Subinterfaces:
EventStorage
,SnapshotStorage
- All Known Implementing Classes:
SerializedEventStorageImpl
,SerializedSnapshotStorageImpl
,SimpleEventStorageImpl
,SimpleSnapshotStorageImpl
public interface TestKitStorage<P,R> extends InMemStorage<java.lang.String,R>, PolicyOps<P>, Extension
INTERNAL API
-
-
Method Summary
-
Methods inherited from interface akka.persistence.testkit.internal.InMemStorage
add, add, clearAll, clearAllPreservingSeqNumbers, delete, deleteToSeqNumber, findMany, findOneByIndex, getHighestSeqNumber, getLastSeqNumber, read, read, removeKey, removePreservingSeqNumber, reprToSeqNum, updateOrSetNew
-
Methods inherited from interface akka.persistence.testkit.internal.InternalReprSupport
toInternal, toRepr
-
Methods inherited from interface akka.persistence.testkit.internal.PolicyOps
currentPolicy, DefaultPolicy, resetPolicy, setPolicy
-
-