Package akka.persistence.query
Class PersistenceQuery
- java.lang.Object
- 
- akka.persistence.PersistencePlugin<ReadJournal,ReadJournal,ReadJournalProvider>
- 
- akka.persistence.query.PersistenceQuery
 
 
- 
- All Implemented Interfaces:
- Extension
 
 public class PersistenceQuery extends akka.persistence.PersistencePlugin<ReadJournal,ReadJournal,ReadJournalProvider> implements Extension 
- 
- 
Constructor SummaryConstructors Constructor Description PersistenceQuery(ExtendedActorSystem system)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tapply(ActorSystem system)static Tapply(ClassicActorSystemProvider system)static PersistenceQuerycreateExtension(ExtendedActorSystem system)static booleanequals(java.lang.Object other)static PersistenceQueryget(ActorSystem system)static PersistenceQueryget(ClassicActorSystemProvider system)<T extends ReadJournal>
 TgetReadJournalFor(java.lang.Class<T> clazz, java.lang.String readJournalPluginId)<T extends ReadJournal>
 TgetReadJournalFor(java.lang.Class<T> clazz, java.lang.String readJournalPluginId, com.typesafe.config.Config readJournalPluginConfig)Java API: Returns theReadJournalspecified by the given read journal configuration entry.static inthashCode()static PersistenceQuery$lookup()<T extends ReadJournal>
 TreadJournalFor(java.lang.String readJournalPluginId)Scala API: Returns theReadJournalspecified by the given read journal configuration entry.<T extends ReadJournal>
 TreadJournalFor(java.lang.String readJournalPluginId, com.typesafe.config.Config readJournalPluginConfig)Scala API: Returns theReadJournalspecified by the given read journal configuration entry.
 
- 
- 
- 
Constructor Detail- 
PersistenceQuerypublic PersistenceQuery(ExtendedActorSystem system) 
 
- 
 - 
Method Detail- 
getpublic static PersistenceQuery get(ActorSystem system) 
 - 
getpublic static PersistenceQuery get(ClassicActorSystemProvider system) 
 - 
createExtensionpublic static PersistenceQuery createExtension(ExtendedActorSystem system) 
 - 
lookuppublic static PersistenceQuery$ lookup() 
 - 
applypublic static T apply(ActorSystem system) 
 - 
applypublic static T apply(ClassicActorSystemProvider system) 
 - 
hashCodepublic static final int hashCode() 
 - 
equalspublic static final boolean equals(java.lang.Object other) 
 - 
readJournalForpublic final <T extends ReadJournal> T readJournalFor(java.lang.String readJournalPluginId, com.typesafe.config.Config readJournalPluginConfig) Scala API: Returns theReadJournalspecified by the given read journal configuration entry.The provided readJournalPluginConfig will be used to configure the journal plugin instead of the actor system config. 
 - 
readJournalForpublic final <T extends ReadJournal> T readJournalFor(java.lang.String readJournalPluginId) Scala API: Returns theReadJournalspecified by the given read journal configuration entry.
 - 
getReadJournalForpublic final <T extends ReadJournal> T getReadJournalFor(java.lang.Class<T> clazz, java.lang.String readJournalPluginId, com.typesafe.config.Config readJournalPluginConfig) Java API: Returns theReadJournalspecified by the given read journal configuration entry.
 - 
getReadJournalForpublic final <T extends ReadJournal> T getReadJournalFor(java.lang.Class<T> clazz, java.lang.String readJournalPluginId) 
 
- 
 
-