All Downloads are FREE. Search and download functionalities are using the official Maven repository.

akka.persistence.pg.query.scaladsl.AllEvents.scala Maven / Gradle / Ivy

The newest version!
package akka.persistence.pg.query.scaladsl

import akka.NotUsed
import akka.persistence.query.EventEnvelope
import akka.persistence.query.scaladsl.ReadJournal
import akka.stream.scaladsl.Source

trait AllEvents extends ReadJournal {

  def allEvents(fromRowId: Long, toRowId: Long = Long.MaxValue): Source[EventEnvelope, NotUsed]

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy