![JAR search and dependency download from the Maven repository](/logo.png)
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