Packages

class PersistenceQuery extends Extension

Source
PersistenceQuery.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PersistenceQuery
  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. All

Instance Constructors

  1. new PersistenceQuery(system: ExtendedActorSystem)

Value Members

  1. final def getReadJournalFor[T <: ReadJournal](clazz: Class[T], readJournalPluginId: String): T

    Java API: Returns the akka.persistence.query.javadsl.ReadJournal specified by the given read journal configuration entry.

  2. final def readJournalFor[T <: ReadJournal](readJournalPluginId: String): T

    Scala API: Returns the akka.persistence.query.scaladsl.ReadJournal specified by the given read journal configuration entry.