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

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

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

import akka.persistence.pg.util.PluginTestConfig

class TestPgAsyncWriteJournal extends PgAsyncWriteJournal {

  override lazy val pluginConfig = new PluginTestConfig(context.system)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy