Class PersistenceTestKitDurableStateStoreProvider
java.lang.Object
org.apache.pekko.persistence.testkit.state.PersistenceTestKitDurableStateStoreProvider
- All Implemented Interfaces:
DurableStateStoreProvider
public class PersistenceTestKitDurableStateStoreProvider
extends Object
implements DurableStateStoreProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTheDurableStateStoreimplementation for the Java API.TheReadJournalimplementation for the Scala API.
-
Constructor Details
-
PersistenceTestKitDurableStateStoreProvider
-
-
Method Details
-
javadslDurableStateStore
Description copied from interface:DurableStateStoreProviderTheDurableStateStoreimplementation for the Java API. This corresponds to the instance that is returned byDurableStateStoreRegistry#getDurableStateStoreFor.- Specified by:
javadslDurableStateStorein interfaceDurableStateStoreProvider
-
scaladslDurableStateStore
Description copied from interface:DurableStateStoreProviderTheReadJournalimplementation for the Scala API. This corresponds to the instance that is returned byDurableStateStoreRegistry#durableStateStoreFor.- Specified by:
scaladslDurableStateStorein interfaceDurableStateStoreProvider
-