PersistenceQuery

org.apache.pekko.persistence.query.PersistenceQuery
See thePersistenceQuery companion object

Attributes

Companion
object
Graph
Supertypes
trait Extension
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

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

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

Attributes

final def getReadJournalFor[T <: ReadJournal](clazz: Class[T], readJournalPluginId: String): T
final def readJournalFor[T <: ReadJournal](readJournalPluginId: String, readJournalPluginConfig: Config): T

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

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

The provided readJournalPluginConfig will be used to configure the journal plugin instead of the actor system config.

Attributes

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

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

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

Attributes