Interface TestKitStorage<P,R>
-
- All Superinterfaces:
InMemStorage<java.lang.String,R>
,InternalReprSupport<R>
,PolicyOps<P>
- All Known Subinterfaces:
EventStorage
,SnapshotStorage
public interface TestKitStorage<P,R> extends InMemStorage<java.lang.String,R>, PolicyOps<P>
INTERNAL API
-
-
Method Summary
-
Methods inherited from interface akka.persistence.testkit.internal.InMemStorage
add, add, clearAll, clearAllPreservingSeqNumbers, delete, deleteToSeqNumber, eventsMap_$eq, expectNextQueue_$eq, findMany, findOneByIndex, firstInExpectNextQueue, getHighestSeqNumber, getLastSeqNumber, keys, read, read, readAll, removeFirstInExpectNextQueue, 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
-
-