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

akka.persistence.pg.query.javadsl.CurrentAllEvents.scala Maven / Gradle / Ivy

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

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

trait CurrentAllEvents extends ReadJournal {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy