Packages

c

akka.persistence.testkit.state

PersistenceTestKitDurableStateStoreProvider

class PersistenceTestKitDurableStateStoreProvider extends DurableStateStoreProvider

Source
PersistenceTestKitDurableStateStoreProvider.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PersistenceTestKitDurableStateStoreProvider
  2. DurableStateStoreProvider
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PersistenceTestKitDurableStateStoreProvider(system: ExtendedActorSystem)

Value Members

  1. def javadslDurableStateStore(): DurableStateStore[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
    PersistenceTestKitDurableStateStoreProviderDurableStateStoreProvider
  2. def scaladslDurableStateStore(): DurableStateStore[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
    PersistenceTestKitDurableStateStoreProviderDurableStateStoreProvider