ScalaDslMongoReadJournal

pekko.contrib.persistence.mongodb.ScalaDslMongoReadJournal
See theScalaDslMongoReadJournal companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

implicit class RichFlow[Mat](source: Source[Event, Mat])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class RichFlowWithOffsets[Mat](source: Source[(Event, Offset), Mat])

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete fields

val eventPlusOffsetToEventEnvelope: Flow[(Event, Offset), EventEnvelope, NotUsed]
val eventToEventEnvelope: Flow[Event, EventEnvelope, NotUsed]

Implicits

Implicits

final implicit def RichFlow[Mat](source: Source[Event, Mat]): RichFlow[Mat]
final implicit def RichFlowWithOffsets[Mat](source: Source[(Event, Offset), Mat]): RichFlowWithOffsets[Mat]