Package akka.persistence.testkit.state
Class PersistenceTestKitDurableStateStoreProvider
- java.lang.Object
-
- akka.persistence.testkit.state.PersistenceTestKitDurableStateStoreProvider
-
- All Implemented Interfaces:
DurableStateStoreProvider
public class PersistenceTestKitDurableStateStoreProvider extends java.lang.Object implements DurableStateStoreProvider
-
-
Constructor Summary
Constructors Constructor Description PersistenceTestKitDurableStateStoreProvider(ExtendedActorSystem system)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurableStateStore<java.lang.Object>
javadslDurableStateStore()
TheDurableStateStore
implementation for the Java API.DurableStateStore<java.lang.Object>
scaladslDurableStateStore()
TheDurableStateStore
implementation for the Scala API.
-
-
-
Constructor Detail
-
PersistenceTestKitDurableStateStoreProvider
public PersistenceTestKitDurableStateStoreProvider(ExtendedActorSystem system)
-
-
Method Detail
-
javadslDurableStateStore
public DurableStateStore<java.lang.Object> javadslDurableStateStore()
Description copied from interface:DurableStateStoreProvider
TheDurableStateStore
implementation for the Java API. This corresponds to the instance that is returned byDurableStateStoreRegistry.getDurableStateStoreFor(java.lang.Class<T>, java.lang.String)
.- Specified by:
javadslDurableStateStore
in interfaceDurableStateStoreProvider
-
scaladslDurableStateStore
public DurableStateStore<java.lang.Object> scaladslDurableStateStore()
Description copied from interface:DurableStateStoreProvider
TheDurableStateStore
implementation for the Scala API. This corresponds to the instance that is returned byDurableStateStoreRegistry.durableStateStoreFor(java.lang.String)
.- Specified by:
scaladslDurableStateStore
in interfaceDurableStateStoreProvider
-
-