ScalaDriverJournalStream

pekko.contrib.persistence.mongodb.driver.ScalaDriverJournalStream
class ScalaDriverJournalStream(driver: ScalaMongoDriver) extends JournalStream[Source[(Event, Offset), NotUsed]]

Attributes

Graph
Supertypes
trait JournalStream[Source[(Event, Offset), NotUsed]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def cursor(query: Option[Bson]): Source[(Event, Offset), NotUsed]

Inherited methods

def stopAllStreams(): Unit

Attributes

Inherited from:
JournalStream

Inherited fields

protected val killSwitch: SharedKillSwitch

Attributes

Inherited from:
JournalStream

Implicits

Implicits

implicit val ec: ExecutionContext