Packages

c

akka.persistence.testkit.internal

InMemStorageExtension

final class InMemStorageExtension extends Extension

INTERNAL API

Annotations
@InternalApi()
Source
InMemStorageExtension.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemStorageExtension
  2. Extension
  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 InMemStorageExtension(system: ExtendedActorSystem)

Value Members

  1. def currentPolicy: ProcessingPolicy[JournalOperation]
  2. def defaultStorage(): EventStorage
  3. def resetPolicy(): Unit
  4. def setPolicy(policy: ProcessingPolicy[JournalOperation]): Unit
  5. def storageFor(key: String): EventStorage