class PersistenceTestKitDurableStateStoreProvider extends DurableStateStoreProvider
- Source
- PersistenceTestKitDurableStateStoreProvider.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- PersistenceTestKitDurableStateStoreProvider
- DurableStateStoreProvider
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PersistenceTestKitDurableStateStoreProvider(system: ExtendedActorSystem)
Value Members
- def javadslDurableStateStore(): [AnyRef]
The
DurableStateStore
implementation for the Java API.The
DurableStateStore
implementation for the Java API. This corresponds to the instance that is returned by DurableStateStoreRegistry#getDurableStateStoreFor.- Definition Classes
- → DurableStateStoreProvider
- def scaladslDurableStateStore(): [Any]
The
DurableStateStore
implementation for the Scala API.The
DurableStateStore
implementation for the Scala API. This corresponds to the instance that is returned by DurableStateStoreRegistry#durableStateStoreFor.- Definition Classes
- → DurableStateStoreProvider