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

akka.persistence.pg.journal.Notifier.scala Maven / Gradle / Ivy

The newest version!
package akka.persistence.pg.journal

class Notifier(entries: Seq[JournalEntry], writeJournal: PgAsyncWriteJournal) {

  def eventsAvailable(): Unit =
    writeJournal.notifyEventsAvailable(entries)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy