MongoReadJournal

pekko.contrib.persistence.mongodb.MongoReadJournal
See theMongoReadJournal companion object
class MongoReadJournal(system: ExtendedActorSystem, config: Config) extends WithMongoPersistencePluginDispatcher, ReadJournalProvider

Attributes

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

Members list

Value members

Concrete methods

override def javadslReadJournal(): ReadJournal

The ReadJournal implementation for the Java API. This corresponds to the instance that is returned by PersistenceQuery#getReadJournalFor.

The ReadJournal implementation for the Java API. This corresponds to the instance that is returned by PersistenceQuery#getReadJournalFor.

Attributes

Definition Classes
ReadJournalProvider
override def scaladslReadJournal(): ReadJournal

The ReadJournal implementation for the Scala API. This corresponds to the instance that is returned by PersistenceQuery#readJournalFor.

The ReadJournal implementation for the Scala API. This corresponds to the instance that is returned by PersistenceQuery#readJournalFor.

Attributes

Definition Classes
ReadJournalProvider

Implicits

Inherited implicits

implicit lazy val pluginDispatcher: ExecutionContext

Attributes

Inherited from:
WithMongoPersistencePluginDispatcher